Searched refs:list_is_head (Results 1 – 1 of 1) sorted by relevance
172 static inline int list_is_head(const struct list_head *list, const struct list_head *head) in list_is_head() function392 for (pos = (head)->next; !list_is_head(pos, (head)); pos = pos->next)400 for (pos = (head)->prev; !list_is_head(pos, (head)); pos = pos->prev)420 !list_is_head(pos, (head)); \430 list_is_head(&pos->member, (head))
Completed in 26 milliseconds