Searched defs:func_node (Results 1 – 2 of 2) sorted by relevance
51 struct func_node { struct52 struct list_head l;53 struct list_head bbs;54 struct bpf_insn *start;55 struct bpf_insn *end;56 int idx;57 int bb_num;
17 struct func_node { struct18 struct list_head l;19 struct list_head bbs;20 struct bpf_insn *start;21 struct bpf_insn *end;22 int idx;23 int bb_num;