Searched refs:INIT_HLIST_NODE (Results 1 - 2 of 2) 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/linux-tools-perf/perf-3.12.0/include/linux/
H A Dlist.h570 static inline void INIT_HLIST_NODE(struct hlist_node *h) function
606 INIT_HLIST_NODE(n);

Completed in 74 milliseconds