Searched refs:func_node (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | cfg.c | 17 struct func_node { struct 55 list_first_entry(&cfg->funcs, struct func_node, l) 57 list_last_entry(&cfg->funcs, struct func_node, l) 63 static struct func_node *cfg_append_func(struct cfg *cfg, struct bpf_insn *insn) in cfg_append_func() 65 struct func_node *new_func, *func; in cfg_append_func() 88 static struct bb_node *func_append_bb(struct func_node *func, in func_append_bb() 134 struct func_node *func, *last_func; in cfg_partition_funcs() 165 static bool func_partition_bb_head(struct func_node *func) in func_partition_bb_head() 199 static void func_partition_bb_tail(struct func_node *func) in func_partition_bb_tail() 216 static bool func_add_special_bb(struct func_node *fun [all...] |
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | cfg.c | 17 struct func_node { struct 55 list_first_entry(&cfg->funcs, struct func_node, l) 57 list_last_entry(&cfg->funcs, struct func_node, l) 63 static struct func_node *cfg_append_func(struct cfg *cfg, struct bpf_insn *insn) in cfg_append_func() 65 struct func_node *new_func, *func; in cfg_append_func() 88 static struct bb_node *func_append_bb(struct func_node *func, in func_append_bb() 134 struct func_node *func, *last_func; in cfg_partition_funcs() 165 static bool func_partition_bb_head(struct func_node *func) in func_partition_bb_head() 199 static void func_partition_bb_tail(struct func_node *func) in func_partition_bb_tail() 216 static bool func_add_special_bb(struct func_node *fun [all...] |
Completed in 2 milliseconds