Searched refs:io_acct_cancel_pending_work (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/io_uring/ |
H A D | io-wq.c | 140 static bool io_acct_cancel_pending_work(struct io_wqe *wqe, 781 while (io_acct_cancel_pending_work(wqe, acct, &match)) in create_worker_cont() 957 if (io_acct_cancel_pending_work(wqe, acct, &match)) in io_wqe_enqueue() 1021 static bool io_acct_cancel_pending_work(struct io_wqe *wqe, 1053 if (io_acct_cancel_pending_work(wqe, acct, match)) { in io_wqe_cancel_pending_work()
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | io-wq.c | 138 static bool io_acct_cancel_pending_work(struct io_wq *wq, 792 while (io_acct_cancel_pending_work(wq, acct, &match)) in create_worker_cont() 970 io_acct_cancel_pending_work(wq, acct, &match); in io_wq_enqueue() 1035 static bool io_acct_cancel_pending_work(struct io_wq *wq, in io_acct_cancel_pending_work() function 1067 if (io_acct_cancel_pending_work(wq, acct, match)) { in io_wq_cancel_pending_work()
|
Completed in 5 milliseconds