HomeSort by relevance Sort by last modified time
    Searched refs:list_replace (Results 1 - 4 of 4) sorted by null

  /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/linux-tools-perf/perf-3.12.0/include/linux/
list.h 116 * list_replace - replace old entry by new one
122 static inline void list_replace(struct list_head *old, function
134 list_replace(old, new);

Completed in 234 milliseconds