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()
623 static inline void hlist_del(struct hlist_node *n) in hlist_del()
630 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init()
638 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
649 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before()
658 static inline void hlist_add_behind(struct hlist_node *n, in hlist_add_behind()
670 static inline void hlist_add_fake(struct hlist_node *n) in hlist_add_fake()
693 #define hlist_for_each_safe(pos, n, head) \ argument
739 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument