Home
last modified time | relevance | path

Searched refs:list_last_entry (Results 1 – 12 of 12) sorted by relevance

/external/iproute2/include/
Dlist.h58 #define list_last_entry(ptr, type, member) \ macro
79 for (pos = list_last_entry(head, typeof(*pos), member); \
/external/u-boot/common/
Dstdio.c161 list_last_entry(&devs.list, struct stdio_dev, list); in stdio_probe_device()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_legalize.c166 struct ir3_instruction *last = list_last_entry(&block->instr_list, in legalize_block()
Dir3_ra.c787 list_last_entry(&src->block->instr_list, in ra_block_compute_live_ranges()
Dir3.c882 block->end_ip = list_last_entry(&block->instr_list, struct ir3_instruction, node)->ip; in ir3_count_instructions()
/external/mesa3d/src/util/
Dlist.h183 #define list_last_entry(ptr, type, member) \ macro
/external/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c535 list_last_entry(&loop->info->loop_terminator_list, in process_loops()
/external/u-boot/include/linux/
Dlist.h348 #define list_last_entry(ptr, type, member) \ macro
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.c627 return list_last_entry(&c->blocks, struct qblock, link); in qir_exit_block()
/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c884 list_last_entry(&secondary->batch_bos, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary()
933 list_last_entry(&copy_list, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary()
/external/mesa3d/src/broadcom/compiler/
Dvir.c483 return list_last_entry(&c->blocks, struct qblock, link); in vir_exit_block()
Dqpu_schedule.c1468 struct qblock *end_block = list_last_entry(&c->blocks, in v3d_qpu_schedule_instructions()