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 - 2
of
2
) 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/linux-tools-perf/perf-3.12.0/include/linux/
list.h
192
*
list_empty_careful
- tests whether a list is empty and not being modified
199
* NOTE: using
list_empty_careful
() without synchronization
204
static inline int
list_empty_careful
(const struct list_head *head)
function
Completed in 47 milliseconds