/external/blktrace/btt/ |
list.h | 217 * 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_double_list.h | 73 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/mesa3d/src/gallium/auxiliary/util/ |
u_double_list.h | 73 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/kernel-headers/original/linux/ |
list.h | 194 * list_replace - replace old entry by new one 199 static inline void list_replace(struct list_head *old, function 211 list_replace(old, new);
|
/external/linux-tools-perf/util/include/linux/added/ |
list.h | 97 * list_replace - replace old entry by new one 103 static inline void list_replace(struct list_head *old, function 115 list_replace(old, new);
|