Searched defs:list_replace (Results 1 – 8 of 8) sorted by relevance
223 static inline void list_replace(struct list_head *old, in list_replace() function
69 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function
75 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function
82 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function
152 static inline void list_replace(struct list_head *old, in list_replace() function
89 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function
162 static inline void list_replace(struct list_head *old, in list_replace() function
52 def list_replace(x): function