Searched refs:alloc_bulk (Results 1 – 1 of 1) sorted by relevance
164 static void alloc_bulk(struct bpf_mem_cache *c, int cnt, int node) in alloc_bulk() function321 alloc_bulk(c, c->batch, NUMA_NO_NODE); in bpf_mem_refill()367 alloc_bulk(c, c->unit_size <= 256 ? 4 : 1, cpu_to_node(cpu)); in prefill_mem_cache()
Completed in 4 milliseconds