Searched refs:list_replace (Results 1 – 3 of 3) sorted by relevance
223 static inline void list_replace(struct list_head *old, in list_replace() function235 list_replace(old, new); in list_replace_init()
73 static INLINE void list_replace(struct list_head *from, struct list_head *to) in list_replace() function99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
69 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)