Searched refs:list_replace (Results 1 – 5 of 5) sorted by relevance
/external/blktrace/btt/ |
D | list.h | 223 static inline void list_replace(struct list_head *old, in list_replace() function 235 list_replace(old, new); in list_replace_init()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_double_list.h | 73 static INLINE void list_replace(struct list_head *from, struct list_head *to) in list_replace() function 99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
|
/external/libdrm/freedreno/ |
D | list.h | 69 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function 94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
|
/external/libdrm/tests/radeon/ |
D | list.h | 69 static void list_replace(struct list_head *from, struct list_head *to) in list_replace() function 94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
|
/external/linux-tools-perf/src/include/linux/ |
D | list.h | 122 static inline void list_replace(struct list_head *old, in list_replace() function 134 list_replace(old, new); in list_replace_init()
|