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

/linux-master/kernel/bpf/
H A Dmemalloc.c87 /* Operations on the free_list from unit_alloc/unit_free/bpf_mem_refill
180 * program that does unit_alloc/unit_free since IRQs are
788 static void notrace *unit_alloc(struct bpf_mem_cache *c) function
802 * unit_alloc/unit_free/bpf_mem_refill.
864 * task is preempted by task which does unit_alloc(), unit_alloc() may
909 ret = unit_alloc(this_cpu_ptr(ma->caches)->cache + idx);
949 ret = unit_alloc(this_cpu_ptr(ma->cache));
998 ret = unit_alloc(c);

Completed in 138 milliseconds