Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dmemalloc.c89 /* Operations on the free_list from unit_alloc/unit_free/bpf_mem_refill
90 * are sequenced by per-cpu 'active' counter. But unit_free() cannot
91 * fail. When 'active' is busy the unit_free() will add an object to
179 * program that does unit_alloc/unit_free since IRQs are in inc_active()
796 * unit_alloc/unit_free/bpf_mem_refill. in unit_alloc()
825 static void notrace unit_free(struct bpf_mem_cache *c, void *ptr) in unit_free() function
844 /* unit_free() cannot fail. Therefore add an object to atomic in unit_free()
848 * unit_free() into the same free_llist_extra. in unit_free()
920 unit_free(this_cpu_ptr(ma->caches)->cache + idx, ptr); in bpf_mem_free()
952 unit_free(this_cpu_pt in bpf_mem_cache_free()
[all...]