Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio-wq.h51 int io_wq_max_workers(struct io_wq *wq, int *new_count);
H A Dtctx.c128 ret = io_wq_max_workers(tctx->io_wq, limits); in __io_uring_add_tctx_node()
H A Dregister.c398 ret = io_wq_max_workers(tctx->io_wq, new_count); in io_register_iowq_max_workers()
429 (void)io_wq_max_workers(tctx->io_wq, new_count); in io_register_iowq_max_workers()
H A Dio-wq.c1476 int io_wq_max_workers(struct io_wq *wq, int *new_count) in io_wq_max_workers() function