Searched refs:list_replace (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/linux/
H A Dlist.h106 * list_replace - replace old entry by new one
112 static inline void list_replace(struct list_head *old, function
124 list_replace(old, new);
/u-boot/fs/ubifs/
H A Dlprops.c364 list_replace(&old_lprops->list, &new_lprops->list);

Completed in 210 milliseconds