Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_mem_alloc.h31 int bpf_mem_alloc_percpu_init(struct bpf_mem_alloc *ma, struct obj_cgroup *objcg);
/linux/kernel/bpf/
H A Dmemalloc.c578 int bpf_mem_alloc_percpu_init(struct bpf_mem_alloc *ma, struct obj_cgroup *objcg) in bpf_mem_alloc_percpu_init() function
H A Dverifier.c12523 err = bpf_mem_alloc_percpu_init(&bpf_global_percpu_ma, NULL); in check_kfunc_call()