Searched refs:create_io_worker (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/io_uring/ |
H A D | io-wq.c | 138 static bool create_io_worker(struct io_wq *wq, struct io_wqe *wqe, int index); 311 return create_io_worker(wqe->wq, wqe, acct->index); in io_wqe_create_worker() 340 create_io_worker(wq, wqe, worker->create_index); in create_worker_cb() 804 static bool create_io_worker(struct io_wq *wq, struct io_wqe *wqe, int index) in create_io_worker() function
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | io-wq.c | 136 static bool create_io_worker(struct io_wq *wq, int index); 324 return create_io_worker(wq, acct->index); in io_wq_create_worker() 353 create_io_worker(wq, worker->create_index); in create_worker_cb() 816 static bool create_io_worker(struct io_wq *wq, int index) in create_io_worker() function
|
Completed in 5 milliseconds