Home
last modified time | relevance | path

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

/kernel/bpf/
Dmemalloc.c164 static void alloc_bulk(struct bpf_mem_cache *c, int cnt, int node) in alloc_bulk() function
301 alloc_bulk(c, c->batch, NUMA_NO_NODE); in bpf_mem_refill()
347 alloc_bulk(c, c->unit_size <= 256 ? 4 : 1, cpu_to_node(cpu)); in prefill_mem_cache()