Lines Matching defs:n
555 #define list_for_each_safe(pos, n, head) \ argument
565 #define list_for_each_prev_safe(pos, n, head) \ argument
663 #define list_for_each_entry_safe(pos, n, head, member) \ argument
679 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
695 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
710 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
728 #define list_safe_reset_next(pos, n, member) \ argument
757 static inline void __hlist_del(struct hlist_node *n) in __hlist_del()
767 static inline void hlist_del(struct hlist_node *n) in hlist_del()
774 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init()
782 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
793 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before()
802 static inline void hlist_add_behind(struct hlist_node *n, in hlist_add_behind()
814 static inline void hlist_add_fake(struct hlist_node *n) in hlist_add_fake()
829 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node()
852 #define hlist_for_each_safe(pos, n, head) \ argument
898 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument