Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
Dslist.h15 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro
/kernel/linux/linux-5.10/io_uring/
Dio-wq.h82 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro