Searched refs:wq_list_empty (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/io_uring/ | ||
| H A D | io-wq.h | 93 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro |
| H A D | io-wq.c | 240 if (!wq_list_empty(&acct->work_list) && in io_acct_run_queue() |