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

/linux-master/kernel/bpf/
H A Dmemalloc.c79 struct bpf_mem_cache { struct
102 struct bpf_mem_cache *tgt;
121 struct bpf_mem_cache cache[NUM_CACHES];
138 static void *__alloc(struct bpf_mem_cache *c, int node, gfp_t flags)
156 static struct mem_cgroup *get_memcg(const struct bpf_mem_cache *c)
170 static void inc_active(struct bpf_mem_cache *c, unsigned long *flags)
188 static void dec_active(struct bpf_mem_cache *c, unsigned long *flags)
195 static void add_obj_to_free_list(struct bpf_mem_cache *c, void *obj)
206 static void alloc_bulk(struct bpf_mem_cache *c, int cnt, int node, bool atomic)
281 struct bpf_mem_cache *
[all...]
/linux-master/include/linux/
H A Dbpf_mem_alloc.h8 struct bpf_mem_cache;
13 struct bpf_mem_cache __percpu *cache;

Completed in 161 milliseconds