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.c79 unsigned max_workers; member in struct:io_wq_acct
312 if (unlikely(!acct->max_workers))
316 if (acct->nr_workers >= acct->max_workers) {
347 if (acct->nr_workers < acct->max_workers) {
1165 wq->acct[IO_WQ_ACCT_BOUND].max_workers = bounded;
1166 wq->acct[IO_WQ_ACCT_UNBOUND].max_workers =
1359 prev[i] = max_t(int, acct->max_workers, prev[i]);
1361 acct->max_workers = new_count[i];

Completed in 198 milliseconds