OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_empty_careful
(Results
1 - 3
of
3
) sorted by null
/external/iptables/libiptc/
linux_list.h
266
*
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/
list.h
288
*
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/
list.h
173
*
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 305 milliseconds