Searched refs:list_is_singular (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dlist.h104 list_is_singular(const struct list_head *head) function
/freebsd-11-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c230 * list_is_singular - tests whether a list has just one entry.
233 static inline int list_is_singular(const struct list_head *head) function
271 if (list_is_singular(head) && (head->next != entry && head != entry))
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h421 static inline int list_is_singular(const struct list_head *head) function
443 if (list_is_singular(head) &&

Completed in 125 milliseconds