Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dmap_kptr.c25 struct hash_malloc_map { struct
31 } hash_malloc_map SEC(".maps");
53 DEFINE_MAP_OF_MAP(BPF_MAP_TYPE_ARRAY_OF_MAPS, hash_malloc_map, array_of_hash_malloc_maps);
57 DEFINE_MAP_OF_MAP(BPF_MAP_TYPE_HASH_OF_MAPS, hash_malloc_map, hash_of_hash_malloc_maps);
154 TEST(hash_malloc_map); in test_map_kptr()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dmap_kptr.c123 ret = bpf_map__update_elem(skel->maps.hash_malloc_map, in test_map_kptr_success()
126 ret = bpf_map__delete_elem(skel->maps.hash_malloc_map, &key, sizeof(key), 0); in test_map_kptr_success()