Searched refs:max_workers (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/kunit/
H A Drun_checks.py41 executor = futures.ThreadPoolExecutor(max_workers=len(commands))
/linux-master/io_uring/
H A Dio-wq.c78 unsigned max_workers; member in struct:io_wq_acct
311 if (unlikely(!acct->max_workers))
315 if (acct->nr_workers >= acct->max_workers) {
346 if (acct->nr_workers < acct->max_workers) {
1166 wq->acct[IO_WQ_ACCT_BOUND].max_workers = bounded;
1167 wq->acct[IO_WQ_ACCT_UNBOUND].max_workers =
1360 prev[i] = max_t(int, acct->max_workers, prev[i]);
1362 acct->max_workers = new_count[i];

Completed in 137 milliseconds