Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio-wq.h89 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro
Dio-wq.c260 if (!wq_list_empty(&wqe->work_list) && in io_wqe_run_queue()
549 else if (!wq_list_empty(&wqe->work_list)) in io_worker_handle_work()
635 if (!wq_list_empty(&wqe->work_list)) in io_wqe_worker()