Searched refs:map_b (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/exfat/ |
H A D | balloc.c | 207 unsigned int i, map_i, map_b, ent_idx; in exfat_find_free_bitmap() local 218 map_b = BITMAP_OFFSET_BYTE_IN_SECTOR(sb, ent_idx); in exfat_find_free_bitmap() 222 k = *(sbi->vol_amap[map_i]->b_data + map_b); in exfat_find_free_bitmap() 234 if (++map_b >= sb->s_blocksize || in exfat_find_free_bitmap() 240 map_b = 0; in exfat_find_free_bitmap() 251 unsigned int i, map_i = 0, map_b = 0; in exfat_count_used_clusters() local 260 clu_bits = *(sbi->vol_amap[map_i]->b_data + map_b); in exfat_count_used_clusters() 262 if (++map_b >= (unsigned int)sb->s_blocksize) { in exfat_count_used_clusters() 264 map_b = 0; in exfat_count_used_clusters() 269 clu_bits = *(sbi->vol_amap[map_i]->b_data + map_b); in exfat_count_used_clusters()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | cgrp_ls_recursion.c | 22 } map_b SEC(".maps"); 30 bpf_cgrp_storage_delete(&map_b, task->cgroups->dfl_cgrp); in BPF_PROG() 45 ptr = bpf_cgrp_storage_get(&map_b, task->cgroups->dfl_cgrp, 0, in BPF_PROG() 65 ptr = bpf_cgrp_storage_get(&map_b, task->cgroups->dfl_cgrp, 0, in BPF_PROG()
|
H A D | task_ls_recursion.c | 28 } map_b SEC(".maps"); 43 bpf_task_storage_delete(&map_b, task); in BPF_PROG() 79 ptr = bpf_task_storage_get(&map_b, task, 0, in BPF_PROG() 102 ptr = bpf_task_storage_get(&map_b, task, 0, in BPF_PROG()
|
H A D | cgrp_ls_tp_btf.c | 22 } map_b SEC(".maps");
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgrp_local_storage.c | 33 err = bpf_map_update_elem(bpf_map__fd(skel->maps.map_b), &cgroup_fd, &val1, BPF_ANY); in test_tp_btf() 38 err = bpf_map_lookup_elem(bpf_map__fd(skel->maps.map_b), &cgroup_fd, &val2); in test_tp_btf() 45 err = bpf_map_delete_elem(bpf_map__fd(skel->maps.map_b), &cgroup_fd); in test_tp_btf()
|
H A D | task_local_storage.c | 115 map_fd = bpf_map__fd(skel->maps.map_b); in test_recursion()
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 998 TestGTreeMapping *map_a, *map_b; in create_first_domain() local 1016 map_b = g_new0(TestGTreeMapping, 1); in create_first_domain() 1017 map_b->phys_addr = 0xe0000; in create_first_domain() 1018 map_b->flags = 2; in create_first_domain() 1024 g_tree_insert(domain->mappings, b, map_b); in create_first_domain() 1052 TestGTreeMapping *map_a, *map_b; in match_interval_mapping_node() local 1059 map_b = (TestGTreeMapping *)d->value; in match_interval_mapping_node() 1063 assert(map_a->phys_addr == map_b->phys_addr); in match_interval_mapping_node() 1064 assert(map_a->flags == map_b->flags); in match_interval_mapping_node()
|
/openbmc/linux/tools/perf/util/ |
H A D | maps.c | 482 const struct map *map_b = *(const struct map **)b; in map__strcmp() local 484 const struct dso *dso_b = map__dso(map_b); in map__strcmp() 487 if (ret == 0 && map_a != map_b) { in map__strcmp() 492 ret = (int)map__start(map_a) - (int)map__start(map_b); in map__strcmp() 494 ret = (int)((intptr_t)map_a - (intptr_t)map_b); in map__strcmp()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.c | 1633 u8 map_b; in __rtw89_fw_h2c_set_tx_path() local 1637 map_b = 0; in __rtw89_fw_h2c_set_tx_path() 1640 map_b = hal->antenna_tx == RF_AB ? 1 : 0; in __rtw89_fw_h2c_set_tx_path() 1645 SET_CMC_TBL_PATH_MAP_B(skb->data, map_b); in __rtw89_fw_h2c_set_tx_path()
|