Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dio-wq.c78 unsigned max_workers; member
298 if (unlikely(!acct->max_workers)) in io_wqe_create_worker()
302 if (acct->nr_workers >= acct->max_workers) { in io_wqe_create_worker()
333 if (acct->nr_workers < acct->max_workers) { in create_worker_cb()
1172 wqe->acct[IO_WQ_ACCT_BOUND].max_workers = bounded; in io_wq_create()
1173 wqe->acct[IO_WQ_ACCT_UNBOUND].max_workers = in io_wq_create()
1385 prev[i] = max_t(int, acct->max_workers, prev[i]); in io_wq_max_workers()
1387 acct->max_workers = new_count[i]; in io_wq_max_workers()
/Linux-v6.1/tools/testing/kunit/
Drun_checks.py41 executor = futures.ThreadPoolExecutor(max_workers=len(commands))