Searched refs:bpf_mem_alloc_destroy (Results 1 - 4 of 4) sorted by last modified time

/linux-master/kernel/bpf/
H A Dhashtab.c610 bpf_mem_alloc_destroy(&htab->pcpu_ma);
611 bpf_mem_alloc_destroy(&htab->ma);
1551 * during bpf_mem_alloc_destroy().
1563 bpf_mem_alloc_destroy(&htab->pcpu_ma);
1564 bpf_mem_alloc_destroy(&htab->ma);
H A Dbpf_local_storage.c808 bpf_mem_alloc_destroy(&smap->selem_ma);
886 bpf_mem_alloc_destroy(&smap->selem_ma);
887 bpf_mem_alloc_destroy(&smap->storage_ma);
H A Dmemalloc.c746 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) function
/linux-master/include/linux/
H A Dbpf_mem_alloc.h34 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma);

Completed in 143 milliseconds