Searched refs:bpf_mem_cache (Results 1 – 2 of 2) sorted by relevance
79 struct bpf_mem_cache { struct109 struct bpf_mem_cache cache[NUM_CACHES]; argument124 static void *__alloc(struct bpf_mem_cache *c, int node) in __alloc()216 static void free_one(struct bpf_mem_cache *c, void *obj) in free_one()229 struct bpf_mem_cache *c = container_of(head, struct bpf_mem_cache, rcu); in __free_rcu()259 static void do_call_rcu(struct bpf_mem_cache *c) in do_call_rcu()282 static void free_bulk(struct bpf_mem_cache *c) in free_bulk()312 struct bpf_mem_cache *c = container_of(work, struct bpf_mem_cache, refill_work); in bpf_mem_refill()381 struct bpf_mem_cache *c, __percpu *pc; in bpf_mem_alloc_init()435 static void drain_mem_cache(struct bpf_mem_cache *c) in drain_mem_cache()[all …]
8 struct bpf_mem_cache;13 struct bpf_mem_cache __percpu *cache;
Completed in 16 milliseconds