Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dmap_kptr.c33 struct pcpu_hash_map { struct
38 } pcpu_hash_map SEC(".maps");
114 DEFINE_MAP_OF_MAP(BPF_MAP_TYPE_ARRAY_OF_MAPS, pcpu_hash_map, array_of_pcpu_hash_maps);
120 DEFINE_MAP_OF_MAP(BPF_MAP_TYPE_HASH_OF_MAPS, pcpu_hash_map, hash_of_pcpu_hash_maps);
212 TEST(pcpu_hash_map); in test_map_kptr()
413 bpf_map_update_elem(&pcpu_hash_map, &key, &val, 0); in test_map_kptr_ref1()
423 TEST_PCPU(pcpu_hash_map); in test_map_kptr_ref1()
461 TEST_PCPU(pcpu_hash_map); in test_map_kptr_ref2()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dmap_kptr.c74 ret = bpf_map__delete_elem(skel->maps.pcpu_hash_map, &key, sizeof(key), 0); in test_map_kptr_success()