Home
last modified time | relevance | path

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

/io_uring/
Dio-wq.c476 wq_list_for_each(node, prev, &acct->work_list) { in io_get_next_work()
1029 wq_list_for_each(node, prev, &acct->work_list) { in io_acct_cancel_pending_work()
Dio-wq.h90 #define wq_list_for_each(pos, prv, head) \ macro