OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INIT_HLIST_HEAD
(Results
1 - 3
of
3
) sorted by null
/external/iptables/libiptc/
linux_list.h
519
#define
INIT_HLIST_HEAD
(ptr) ((ptr)->first = NULL)
/external/linux-tools-perf/perf-3.12.0/include/linux/
list.h
569
#define
INIT_HLIST_HEAD
(ptr) ((ptr)->first = NULL)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.c
36
INIT_HLIST_HEAD
(&evlist->heads[i]);
Completed in 183 milliseconds