Searched refs:list_for_each_entry_from (Results 1 – 4 of 4) sorted by relevance
/tools/bpf/bpftool/ |
D | cfg.c | 153 list_for_each_entry_from(func, &last_func->l, l) { in cfg_partition_funcs() 207 list_for_each_entry_from(bb, &last->l, l) { in func_partition_bb_tail() 297 list_for_each_entry_from(bb, &exit_bb(func)->l, l) { in func_add_bb_edges()
|
/tools/include/linux/ |
D | list.h | 509 #define list_for_each_entry_from(pos, head, member) \ macro
|
/tools/objtool/ |
D | check.c | 918 list_for_each_entry_from(rela, &table->sec->rela_list, list) { in add_jump_table()
|
/tools/perf/util/ |
D | annotate.c | 1402 list_for_each_entry_from(queue, ¬es->src->source, node) { in annotation_line__print()
|