OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INIT_HLIST_NODE
(Results
1 - 3
of
3
) sorted by null
/external/iptables/libiptc/
linux_list.h
520
#define
INIT_HLIST_NODE
(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
577
INIT_HLIST_NODE
(n);
/external/kernel-headers/original/linux/
list.h
603
static inline void
INIT_HLIST_NODE
(struct hlist_node *h)
664
INIT_HLIST_NODE
(n);
/external/linux-tools-perf/util/include/linux/added/
list.h
548
static inline void
INIT_HLIST_NODE
(struct hlist_node *h)
584
INIT_HLIST_NODE
(n);
Completed in 1484 milliseconds