Home
last modified time | relevance | path

Searched refs:lru_hash_map (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dmap_kptr.c56 struct lru_hash_map { struct
61 } lru_hash_map SEC(".maps");
112 DEFINE_MAP_OF_MAP(BPF_MAP_TYPE_ARRAY_OF_MAPS, lru_hash_map, array_of_lru_hash_maps);
118 DEFINE_MAP_OF_MAP(BPF_MAP_TYPE_HASH_OF_MAPS, lru_hash_map, hash_of_lru_hash_maps);
210 TEST(lru_hash_map); in test_map_kptr()
411 bpf_map_update_elem(&lru_hash_map, &key, &val, 0); in test_map_kptr_ref1()
420 TEST(lru_hash_map); in test_map_kptr_ref1()
458 TEST(lru_hash_map); in test_map_kptr_ref2()
/linux-6.12.1/samples/bpf/
Dmap_perf_test.bpf.c29 } lru_hash_map SEC(".maps");
210 ret = bpf_map_update_elem(&lru_hash_map, &key, &val, BPF_ANY); in BPF_KSYSCALL()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dmap_kptr.c95 ret = bpf_map__delete_elem(skel->maps.lru_hash_map, &key, sizeof(key), 0); in test_map_kptr_success()