Searched refs:map_b (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | task_ls_recursion.c | 28 } map_b SEC(".maps"); 52 ptr = bpf_task_storage_get(&map_b, task, 0, in BPF_PROG() 75 ptr = bpf_task_storage_get(&map_b, task, 0, in BPF_PROG()
|
| H A D | cgrp_ls_recursion.c | 22 } map_b SEC(".maps"); 38 ptr = bpf_cgrp_storage_get(&map_b, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in __on_update() 71 ptr = bpf_cgrp_storage_get(&map_b, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in __on_enter()
|
| H A D | cgrp_ls_tp_btf.c | 22 } map_b SEC(".maps");
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgrp_local_storage.c | 49 /* populate a value in map_b */ in test_tp_btf() 50 err = bpf_map_update_elem(bpf_map__fd(skel->maps.map_b), &cgroup_fd, &val1, BPF_ANY); in test_tp_btf() 55 err = bpf_map_lookup_elem(bpf_map__fd(skel->maps.map_b), &cgroup_fd, &val2); in test_tp_btf() 62 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 | 130 map_fd = bpf_map__fd(skel->maps.map_b); in test_recursion() 132 ASSERT_OK(err, "lookup map_b"); in test_recursion() 133 ASSERT_EQ(value, 1, "map_b value"); in test_recursion()
|
| /linux/tools/perf/util/ |
| H A D | maps.c | 322 const struct map *map_b = *(const struct map * const *)b; in map__start_cmp() 324 u64 map_b_start = map__start(map_b); in map__start_cmp() 328 u64 map_b_end = map__end(map_b); in map__start_cmp() 332 if (RC_CHK_ACCESS(map_a) == RC_CHK_ACCESS(map_b)) in map__start_cmp() 334 return (intptr_t)RC_CHK_ACCESS(map_a) > (intptr_t)RC_CHK_ACCESS(map_b) in map__start_cmp() 364 const struct map *map_b = *(const struct map * const *)b; in map__strcmp() 366 const struct dso *dso_b = map__dso(map_b); in map__strcmp() 369 if (ret == 0 && RC_CHK_ACCESS(map_a) != RC_CHK_ACCESS(map_b)) { in map__strcmp() 321 const struct map *map_b = *(const struct map * const *)b; map__start_cmp() local 363 const struct map *map_b = *(const struct map * const *)b; map__strcmp() local
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 3595 u8 map_b; in __rtw89_fw_h2c_set_tx_path() local 3599 map_b = 0; in __rtw89_fw_h2c_set_tx_path() 3602 map_b = ntx_path == RF_AB ? 1 : 0; in __rtw89_fw_h2c_set_tx_path() 3607 SET_CMC_TBL_PATH_MAP_B(skb->data, map_b); in __rtw89_fw_h2c_set_tx_path()
|