Searched refs:LIST_EMPTY (Results 1 – 2 of 2) sorted by relevance
216 if (LIST_EMPTY(&vruntime_head)) { in vruntime_enqueue()
267 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro