Home
last modified time | relevance | path

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

/io_uring/
Dio-wq.h93 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro
Dio-wq.c250 if (!wq_list_empty(&acct->work_list) && in io_acct_run_queue()