Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio-wq.c74 unsigned max_workers; member
252 if (unlikely(!acct->max_workers)) in io_wqe_create_worker()
256 if (acct->nr_workers >= acct->max_workers) { in io_wqe_create_worker()
287 if (acct->nr_workers < acct->max_workers) { in create_worker_cb()
1092 wqe->acct[IO_WQ_ACCT_BOUND].max_workers = bounded; in io_wq_create()
1093 wqe->acct[IO_WQ_ACCT_UNBOUND].max_workers = in io_wq_create()
1300 prev = max_t(int, acct->max_workers, prev); in io_wq_max_workers()
1302 acct->max_workers = new_count[i]; in io_wq_max_workers()