/openbmc/qemu/contrib/plugins/ |
H A D | bbv.c | 25 static GHashTable *bbs; variable 37 g_hash_table_unref(bbs); in plugin_exit() 82 g_hash_table_iter_init(&iter, bbs); in vcpu_interval_exec() 107 bb = g_hash_table_lookup(bbs, &vaddr); in vcpu_tb_trans() 112 bb->index = g_hash_table_size(bbs); in vcpu_tb_trans() 113 g_hash_table_replace(bbs, &bb->vaddr, bb); in vcpu_tb_trans() 151 bbs = g_hash_table_new_full(g_int64_hash, g_int64_equal, NULL, free_bb); in qemu_plugin_install()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | cfg.c | 19 struct list_head bbs; member 59 list_first_entry(&func->bbs, struct bb_node, l) 61 list_last_entry(&func->bbs, struct bb_node, l) 93 list_for_each_entry(bb, &func->bbs, l) { in func_append_bb() 172 INIT_LIST_HEAD(&func->bbs); in func_partition_bb_head() 220 bb = func_insert_dummy_bb(&func->bbs); in func_add_special_bb() 248 list_for_each_entry(bb, &func->bbs, l) { in func_search_bb_with_head() 361 list_for_each_entry_safe(bb, bb2, &func->bbs, l) { in cfg_destroy() 438 list_for_each_entry(bb, &func->bbs, l) { in func_output_bb_def() 448 list_for_each_entry(bb, &func->bbs, l) { in func_output_edges()
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_b.S | 205 test bbs 214 bbs a2, a3, 1f 225 bbs a2, a3, 1f
|
/openbmc/linux/drivers/md/ |
H A D | dm-integrity.c | 183 struct bitmap_block_status *bbs; member 713 return &ic->bbs[bitmap_block]; in sector_to_bitmap_block() 2339 struct bitmap_block_status *bbs; in dm_integrity_map_continue() local 2341 bbs = sector_to_bitmap_block(ic, dio->range.logical_sector); in dm_integrity_map_continue() 2342 spin_lock(&bbs->bio_queue_lock); in dm_integrity_map_continue() 2343 bio_list_add(&bbs->bio_queue, bio); in dm_integrity_map_continue() 2344 spin_unlock(&bbs->bio_queue_lock); in dm_integrity_map_continue() 2345 queue_work(ic->writer_wq, &bbs->work); in dm_integrity_map_continue() 2885 struct bitmap_block_status *bbs = container_of(w, struct bitmap_block_status, work); in bitmap_block_work() local 2886 struct dm_integrity_c *ic = bbs->ic; in bitmap_block_work() [all …]
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 854 #define BBTOB(bbs) ((bbs) << BBSHIFT) argument
|
/openbmc/qemu/target/xtensa/core-fsf/ |
H A D | xtensa-modules.c.inc | 7921 { "bbs", 41 /* xt_iclass_bst8 */, 9340 return 69; /* bbs */
|
/openbmc/qemu/target/xtensa/core-dc232b/ |
H A D | xtensa-modules.c.inc | 10967 { "bbs", 43 /* xt_iclass_bst8 */, 13490 return 71; /* bbs */
|
/openbmc/qemu/target/xtensa/core-lx106/ |
H A D | xtensa-modules.c.inc | 5968 { "bbs", ICLASS_xt_iclass_bst8,
|
/openbmc/qemu/target/xtensa/core-sample_controller/ |
H A D | xtensa-modules.c.inc | 8826 { "bbs", ICLASS_xt_iclass_bst8,
|
/openbmc/qemu/target/xtensa/core-dc233c/ |
H A D | xtensa-modules.c.inc | 11609 { "bbs", ICLASS_xt_iclass_bst8,
|
/openbmc/qemu/target/xtensa/core-de212/ |
H A D | xtensa-modules.c.inc | 10963 { "bbs", ICLASS_xt_iclass_bst8,
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 16201 { "bbs", ICLASS_xt_iclass_bst8,
|
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/ |
H A D | xtensa-modules.c.inc | 26978 { "bbs", ICLASS_xt_iclass_bst8,
|
/openbmc/qemu/target/xtensa/core-test_kc705_be/ |
H A D | xtensa-modules.c.inc | 33104 { "bbs", ICLASS_xt_iclass_bst8,
|
/openbmc/qemu/target/xtensa/core-dsp3400/ |
H A D | xtensa-modules.c.inc | 75524 { "bbs", ICLASS_xt_iclass_bst8,
|