Searched refs:io_wq_max_workers (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | io-wq.h | 54 int io_wq_max_workers(struct io_wq *wq, int *new_count);
|
H A D | tctx.c | 110 ret = io_wq_max_workers(tctx->io_wq, limits); in __io_uring_add_tctx_node()
|
H A D | io-wq.c | 1336 int io_wq_max_workers(struct io_wq *wq, int *new_count) in io_wq_max_workers() function
|
H A D | io_uring.c | 4324 ret = io_wq_max_workers(tctx->io_wq, new_count); 4353 (void)io_wq_max_workers(tctx->io_wq, new_count);
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io-wq.h | 131 int io_wq_max_workers(struct io_wq *wq, int *new_count);
|
H A D | io-wq.c | 1361 int io_wq_max_workers(struct io_wq *wq, int *new_count) in io_wq_max_workers() function
|
H A D | io_uring.c | 9772 ret = io_wq_max_workers(tctx->io_wq, limits); in __io_uring_add_tctx_node() 10836 ret = io_wq_max_workers(tctx->io_wq, new_count); 10865 (void)io_wq_max_workers(tctx->io_wq, new_count);
|
Completed in 24 milliseconds