Searched refs:list_is_linked (Results 1 – 2 of 2) sorted by relevance
121 static inline bool list_is_linked(const struct list_head *list) in list_is_linked() function134 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()
727 if (list_is_linked(&slab->free_link)) in free_slab()