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

/external/ltp/utils/ffsb-6.0-rc2/
H A Dlist.c47 void list_replace(struct list_head *old, struct list_head *new) function
H A Dlist.h20 void list_replace(struct list_head *old, struct list_head *new);
/external/blktrace/btt/
H A Dlist.h217 * list_replace - replace old entry by new one
223 static inline void list_replace(struct list_head *old, function
235 list_replace(old, new);
/external/libdrm/
H A Dutil_double_list.h69 static inline void list_replace(struct list_head *from, struct list_head *to) function
94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_double_list.h73 static INLINE void list_replace(struct list_head *from, struct list_head *to) function
99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
/external/syslinux/com32/include/linux/
H A Dlist.h110 * list_replace - replace old entry by new one
116 static inline void list_replace(struct list_head *old, function
128 list_replace(old, new);

Completed in 559 milliseconds