Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dlist.h121 static inline bool list_is_linked(const struct list_head *list) in list_is_linked() function
134 return list_is_linked(list) && !list_is_empty(list) && list->next->next == list; in list_is_singular()
171 assert(list_is_linked(list)); in list_validate()
Dralloc.c727 if (list_is_linked(&slab->free_link)) in free_slab()