Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dbpf_mem_alloc.h31 int bpf_mem_alloc_percpu_init(struct bpf_mem_alloc *ma, struct obj_cgroup *objcg);
/linux-6.14.4/kernel/bpf/
Dmemalloc.c577 int bpf_mem_alloc_percpu_init(struct bpf_mem_alloc *ma, struct obj_cgroup *objcg) in bpf_mem_alloc_percpu_init() function
Dverifier.c13295 err = bpf_mem_alloc_percpu_init(&bpf_global_percpu_ma, NULL); in check_kfunc_call()