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

/external/iptables/libiptc/
H A Dlinux_list.h266 * list_empty_careful - tests whether a list is
270 * NOTE: using list_empty_careful() without synchronization
277 static inline int list_empty_careful(const struct list_head *head) function
/external/kernel-headers/original/linux/
H A Dlist.h288 * list_empty_careful - tests whether a list is empty and not being modified
295 * NOTE: using list_empty_careful() without synchronization
300 static inline int list_empty_careful(const struct list_head *head) function
/external/linux-tools-perf/util/include/linux/added/
H A Dlist.h173 * list_empty_careful - tests whether a list is empty and not being modified
180 * NOTE: using list_empty_careful() without synchronization
185 static inline int list_empty_careful(const struct list_head *head) function

Completed in 178 milliseconds