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

  /external/ltp/utils/ffsb-6.0-rc2/
list.c 47 void list_replace(struct list_head *old, struct list_head *new) function
  /external/libdrm/
util_double_list.h 69 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/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/mesa3d/src/util/
list.h 76 static inline void list_replace(struct list_head *from, struct list_head *to) function
158 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
  /external/syslinux/com32/include/linux/
list.h 110 * 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 335 milliseconds