Lines Matching defs:n
425 #define list_for_each_safe(pos, n, head) \ argument
435 #define list_for_each_prev_safe(pos, n, head) \ argument
520 #define list_for_each_entry_safe(pos, n, head, member) \ argument
536 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
552 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
567 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
585 #define list_safe_reset_next(pos, n, member) \ argument
614 static inline void __hlist_del(struct hlist_node *n) in __hlist_del()
624 static inline void hlist_del(struct hlist_node *n) in hlist_del()
631 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init()
639 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
650 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before()
659 static inline void hlist_add_behind(struct hlist_node *n, in hlist_add_behind()
671 static inline void hlist_add_fake(struct hlist_node *n) in hlist_add_fake()
699 #define hlist_for_each_safe(pos, n, head) \ argument
745 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument