Searched refs:func_node (Results 1 – 1 of 1) sorted by relevance
17 struct func_node { struct55 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 *func) in func_add_special_bb()[all …]