Home
last modified time | relevance | path

Searched refs:list_replace (Results 1 – 9 of 9) sorted by relevance

/external/blktrace/btt/
Dlist.h223 static inline void list_replace(struct list_head *old, in list_replace() function
235 list_replace(old, new); in list_replace_init()
/external/libdrm/
Dutil_double_list.h69 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/ltp/utils/ffsb-6.0-rc2/
Dlist.c47 void list_replace(struct list_head *old, struct list_head *new) in list_replace() function
Dlist.h20 void list_replace(struct list_head *old, struct list_head *new);
/external/syslinux/com32/include/linux/
Dlist.h116 static inline void list_replace(struct list_head *old, in list_replace() function
128 list_replace(old, new); in list_replace_init()
/external/mesa3d/src/util/
Dlist.h76 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function
158 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_legalize.c81 list_replace(&block->instr_list, &instr_list); in legalize_block()
Dir3_sched.c505 list_replace(&block->instr_list, &unscheduled_list); in sched_block()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_bufmgr.c293 list_replace(&cache->size_list[i], &new_list[i]); in vc4_bo_last_unreference_locked_timed()