Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dmemalloc.c204 static void alloc_bulk(struct bpf_mem_cache *c, int cnt, int node, bool atomic) in alloc_bulk() function
436 alloc_bulk(c, c->batch, NUMA_NO_NODE, true); in bpf_mem_refill()
486 alloc_bulk(c, c->unit_size <= 256 ? 4 : 1, cpu_to_node(cpu), false); in prefill_mem_cache()