Searched refs:list_last_entry (Results 1 – 12 of 12) sorted by relevance
/external/iproute2/include/ |
D | list.h | 58 #define list_last_entry(ptr, type, member) \ macro 79 for (pos = list_last_entry(head, typeof(*pos), member); \
|
/external/u-boot/common/ |
D | stdio.c | 161 list_last_entry(&devs.list, struct stdio_dev, list); in stdio_probe_device()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_legalize.c | 166 struct ir3_instruction *last = list_last_entry(&block->instr_list, in legalize_block()
|
D | ir3_ra.c | 787 list_last_entry(&src->block->instr_list, in ra_block_compute_live_ranges()
|
D | ir3.c | 882 block->end_ip = list_last_entry(&block->instr_list, struct ir3_instruction, node)->ip; in ir3_count_instructions()
|
/external/mesa3d/src/util/ |
D | list.h | 183 #define list_last_entry(ptr, type, member) \ macro
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_loop_unroll.c | 535 list_last_entry(&loop->info->loop_terminator_list, in process_loops()
|
/external/u-boot/include/linux/ |
D | list.h | 348 #define list_last_entry(ptr, type, member) \ macro
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.c | 627 return list_last_entry(&c->blocks, struct qblock, link); in qir_exit_block()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_batch_chain.c | 884 list_last_entry(&secondary->batch_bos, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary() 933 list_last_entry(©_list, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary()
|
/external/mesa3d/src/broadcom/compiler/ |
D | vir.c | 483 return list_last_entry(&c->blocks, struct qblock, link); in vir_exit_block()
|
D | qpu_schedule.c | 1468 struct qblock *end_block = list_last_entry(&c->blocks, in v3d_qpu_schedule_instructions()
|