Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf_mem_alloc.h18 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma);
/Linux-v6.1/kernel/bpf/
Dmemalloc.c489 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) in bpf_mem_alloc_destroy() function
Dhashtab.c592 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_alloc()
593 bpf_mem_alloc_destroy(&htab->ma); in htab_map_alloc()
1527 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_free()
1528 bpf_mem_alloc_destroy(&htab->ma); in htab_map_free()