Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_userland.c216 if (LIST_EMPTY(&vruntime_head)) { in vruntime_enqueue()
/linux/drivers/scsi/aic7xxx/
H A Dqueue.h267 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro