Lines Matching full:ma
29 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu);
31 int bpf_mem_alloc_percpu_init(struct bpf_mem_alloc *ma, struct obj_cgroup *objcg);
33 int bpf_mem_alloc_percpu_unit_init(struct bpf_mem_alloc *ma, int size);
34 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma);
37 void *bpf_mem_alloc(struct bpf_mem_alloc *ma, size_t size);
38 void bpf_mem_free(struct bpf_mem_alloc *ma, void *ptr);
39 void bpf_mem_free_rcu(struct bpf_mem_alloc *ma, void *ptr);
42 void *bpf_mem_cache_alloc(struct bpf_mem_alloc *ma);
43 void bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr);
44 void bpf_mem_cache_free_rcu(struct bpf_mem_alloc *ma, void *ptr);
46 void *bpf_mem_cache_alloc_flags(struct bpf_mem_alloc *ma, gfp_t flags);