Searched refs:hlist_node (Results 1 – 3 of 3) sorted by relevance
30 struct hlist_node { struct31 struct hlist_node *next, **pprev; argument35 struct hlist_node *first;50 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE()56 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed()66 static inline void __hlist_del(struct hlist_node *n) in __hlist_del()68 struct hlist_node *next = n->next; in __hlist_del()69 struct hlist_node **pprev = n->pprev; in __hlist_del()76 static inline void hlist_del(struct hlist_node *n) in hlist_del()79 n->next = (struct hlist_node*)LIST_POISON1; in hlist_del()[all …]
148 struct hlist_node hlist;
1330 struct hlist_node *n; in service_dump()