Home
last modified time | relevance | path

Searched refs:list_replace (Results 1 – 18 of 18) 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/virglrenderer/src/gallium/auxiliary/util/
Du_double_list.h73 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function
99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
/external/blktrace/iowatcher/
Dlist.h152 static inline void list_replace(struct list_head *old, in list_replace() function
164 list_replace(old, new); in list_replace_init()
/external/mesa3d/src/freedreno/ir3/
Dir3_legalize.c119 list_replace(&block->instr_list, &instr_list); in legalize_block()
373 list_replace(&block->instr_list, &instr_list); in apply_fine_deriv_macro()
707 list_replace(&block->instr_list, &instr_list); in nop_sched()
Dir3_postsched.c593 list_replace(&block->instr_list, &ctx->unscheduled_list); in sched_block()
Dir3_sched.c989 list_replace(&block->instr_list, &ctx->unscheduled_list); in sched_block()
/external/mesa3d/src/compiler/nir/
Dnir_opt_uniform_atomics.c261 list_replace(&intrin->dest.ssa.uses, &old_result.uses); in optimize_and_rewrite_atomic()
262 list_replace(&intrin->dest.ssa.if_uses, &old_result.if_uses); in optimize_and_rewrite_atomic()
Dnir.c2060 list_replace(&old_def->uses, &old_uses); in nir_function_impl_lower_instructions()
2062 list_replace(&old_def->if_uses, &old_if_uses); in nir_function_impl_lower_instructions()
2088 list_replace(&old_uses, &old_def->uses); in nir_function_impl_lower_instructions()
2089 list_replace(&old_if_uses, &old_def->if_uses); in nir_function_impl_lower_instructions()
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dscheduler.c162 list_replace(&block->instr_list, &instr_list); in ppir_schedule_block()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dreduce_scheduler.c169 list_replace(&block->node_list, &node_list); in schedule_block()
/external/mesa3d/src/util/
Du_debug_memory.c277 list_replace(&old_hdr->head, &new_hdr->head); in debug_realloc()
Dlist.h82 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_bufmgr.c354 list_replace(&cache->size_list[i], &new_list[i]); in vc4_bo_last_unreference_locked_timed()
/external/llvm-project/compiler-rt/cmake/Modules/
DCompilerRTUtils.cmake71 function(list_replace input_list old new) function
/external/llvm-project/compiler-rt/cmake/
Dconfig-ix.cmake645 list_replace(COMPILER_RT_SANITIZERS_TO_BUILD all "${ALL_SANITIZERS}")
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c308 list_replace(&swtch->cases, &cases); in vtn_switch_order_cases()
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c1102 list_replace(&dctx->records, &records); in dd_thread_main()