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

/external/iptables/libiptc/
H A Dlinux_list.h520 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL) macro
577 INIT_HLIST_NODE(n);
/external/kernel-headers/original/linux/
H A Dlist.h603 static inline void INIT_HLIST_NODE(struct hlist_node *h) function
664 INIT_HLIST_NODE(n);
/external/linux-tools-perf/util/include/linux/added/
H A Dlist.h548 static inline void INIT_HLIST_NODE(struct hlist_node *h) function
584 INIT_HLIST_NODE(n);

Completed in 382 milliseconds