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

/freebsd-12-stable/sys/contrib/vchiq/interface/compat/
H A Dlist.h104 list_is_singular(const struct list_head *head) function
/freebsd-12-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) &&
/freebsd-12-stable/lib/libpmc/pmu-events/
H A Dlist.h387 static inline int list_is_singular(const struct list_head *head) function
409 if (list_is_singular(head) &&
/freebsd-12-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))

Completed in 117 milliseconds