Searched defs:newl (Results 1 – 1 of 1) sorted by relevance
41 static __always_inline void __list_add(struct list_head *newl, in __list_add()59 static __always_inline void list_add(struct list_head *newl, struct list_head *head) in list_add()73 static __always_inline void list_add_tail(struct list_head *newl, struct list_head *head) in list_add_tail()116 static __always_inline void list_replace(struct list_head *old, struct list_head *newl) in list_replace()125 struct list_head *newl) in list_replace_init()
Completed in 6 milliseconds