HomeSort by relevance Sort by last modified time
    Searched refs:list_replace (Results 1 - 9 of 9) 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
list.h 20 void list_replace(struct list_head *old, struct list_head *new);
  /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/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/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);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_legalize.c 81 list_replace(&block->instr_list, &instr_list);
ir3_sched.c 505 list_replace(&block->instr_list, &unscheduled_list);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_bufmgr.c 293 list_replace(&cache->size_list[i], &new_list[i]);

Completed in 111 milliseconds