Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dhashtab.c91 struct bpf_mem_alloc pcpu_ma; member
565 err = bpf_mem_alloc_init(&htab->pcpu_ma, in htab_map_alloc()
580 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_alloc()
871 bpf_mem_cache_free(&htab->pcpu_ma, l->ptr_to_pptr); in htab_elem_free()
1025 void *ptr = bpf_mem_cache_alloc(&htab->pcpu_ma); in alloc_htab_elem()
1550 bpf_mem_alloc_destroy(&htab->pcpu_ma); in htab_map_free()