Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.c74 unsigned max_workers; member
289 if (unlikely(!acct->max_workers)) in io_wqe_create_worker()
293 if (acct->nr_workers >= acct->max_workers) { in io_wqe_create_worker()
324 if (acct->nr_workers < acct->max_workers) { in create_worker_cb()
1160 wqe->acct[IO_WQ_ACCT_BOUND].max_workers = bounded; in io_wq_create()
1161 wqe->acct[IO_WQ_ACCT_UNBOUND].max_workers = in io_wq_create()
1372 prev[i] = max_t(int, acct->max_workers, prev[i]); in io_wq_max_workers()
1374 acct->max_workers = new_count[i]; in io_wq_max_workers()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py1147 with ProcessPoolExecutor(max_workers=utils.cpu_count()) as executor:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-Fix-imports-for-ptests.patch1464 - with ThreadPoolExecutor(max_workers=5) as executor:
3380 + with ThreadPoolExecutor(max_workers=5) as executor: