Searched defs:list_empty (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/nvif/
H A Dlist.h230 * list_empty(&bar->list_of_foos);
235 list_empty(struct list_head *head) function
/drivers/gpu/drm/radeon/
H A Dmkregtable.c118 * Note: list_empty() on entry does not return true after this, the entry is
199 * list_empty - tests whether a list is empty
202 static inline int list_empty(const struct list_head *head) function
232 return !list_empty(head) && (head->next == head->prev);
266 if (list_empty(head))
297 if (!list_empty(list))
309 if (!list_empty(list))
323 if (!list_empty(list)) {
340 if (!list_empty(list)) {

Completed in 78 milliseconds