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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_kptr.c48 struct pcpu_hash_malloc_map { struct
54 } pcpu_hash_malloc_map SEC(".maps");
404 bpf_map_update_elem(&pcpu_hash_malloc_map, &key, &val, 0);
414 TEST_PCPU(pcpu_hash_malloc_map);
452 TEST_PCPU(pcpu_hash_malloc_map);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmap_kptr.c88 ret = bpf_map__delete_elem(skel->maps.pcpu_hash_malloc_map, &key, sizeof(key), 0);
89 ASSERT_OK(ret, "pcpu_hash_malloc_map delete");

Completed in 105 milliseconds