Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dmap_kptr.c48 struct pcpu_hash_malloc_map { struct
54 } pcpu_hash_malloc_map SEC(".maps");
414 bpf_map_update_elem(&pcpu_hash_malloc_map, &key, &val, 0); in test_map_kptr_ref1()
424 TEST_PCPU(pcpu_hash_malloc_map); in test_map_kptr_ref1()
462 TEST_PCPU(pcpu_hash_malloc_map); in test_map_kptr_ref2()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dmap_kptr.c88 ret = bpf_map__delete_elem(skel->maps.pcpu_hash_malloc_map, &key, sizeof(key), 0); in test_map_kptr_success()