Searched refs:bb_node (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/bpf/bpftool/
H A Dcfg.c26 struct bb_node { struct
40 struct bb_node *src;
41 struct bb_node *dst;
59 list_first_entry(&func->bbs, struct bb_node, l)
61 list_last_entry(&func->bbs, struct bb_node, l)
88 static struct bb_node *func_append_bb(struct func_node *func,
91 struct bb_node *new_bb, *bb;
114 static struct bb_node *func_insert_dummy_bb(struct list_head *after)
116 struct bb_node *bb;
168 struct bb_node *b
[all...]

Completed in 123 milliseconds