Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_kptr_race.c63 watcher->links.htab_map_free = bpf_program__attach(watcher->progs.htab_map_free); in test_htab_leak()
64 if (!ASSERT_OK_PTR(watcher->links.htab_map_free, "attach fexit")) in test_htab_leak()
124 watcher->links.htab_map_free = bpf_program__attach(watcher->progs.htab_map_free); in test_percpu_htab_leak()
125 if (!ASSERT_OK_PTR(watcher->links.htab_map_free, "attach fexit")) in test_percpu_htab_leak()
/linux/tools/testing/selftests/bpf/progs/
H A Dmap_kptr_race.c166 int BPF_PROG(htab_map_free, struct bpf_map *map) in BPF_PROG() argument
/linux/kernel/bpf/
H A Dhashtab.c1626 static void htab_map_free(struct bpf_map *map) in htab_map_free() function
2361 .map_free = htab_map_free,
2383 .map_free = htab_map_free,
2564 .map_free = htab_map_free,
2586 .map_free = htab_map_free,
2628 htab_map_free(map); in fd_htab_map_free()