Home
last modified time | relevance | path

Searched refs:bbs (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/bpf/bpftool/
Dcfg.c53 struct list_head bbs; member
93 list_first_entry(&func->bbs, struct bb_node, l)
95 list_last_entry(&func->bbs, struct bb_node, l)
127 list_for_each_entry(bb, &func->bbs, l) { in func_append_bb()
201 INIT_LIST_HEAD(&func->bbs); in func_partition_bb_head()
249 bb = func_insert_dummy_bb(&func->bbs); in func_add_special_bb()
277 list_for_each_entry(bb, &func->bbs, l) { in func_search_bb_with_head()
390 list_for_each_entry_safe(bb, bb2, &func->bbs, l) { in cfg_destroy()
466 list_for_each_entry(bb, &func->bbs, l) { in func_output_bb_def()
476 list_for_each_entry(bb, &func->bbs, l) { in func_output_edges()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_fs.h639 #define BBTOB(bbs) ((bbs) << BBSHIFT) argument