Lines Matching defs:n
424 #define list_for_each_safe(pos, n, head) \ argument
434 #define list_for_each_prev_safe(pos, n, head) \ argument
519 #define list_for_each_entry_safe(pos, n, head, member) \ argument
535 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
551 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
566 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
584 #define list_safe_reset_next(pos, n, member) \ argument
613 static inline void __hlist_del(struct hlist_node *n) in __hlist_del()
622 static inline void hlist_del(struct hlist_node *n) in hlist_del()
629 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init()
637 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
648 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before()
657 static inline void hlist_add_behind(struct hlist_node *n, in hlist_add_behind()
669 static inline void hlist_add_fake(struct hlist_node *n) in hlist_add_fake()
692 #define hlist_for_each_safe(pos, n, head) \ argument
738 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument