Searched refs:gfp_extra_flags (Results 1 – 1 of 1) sorted by relevance
83 struct bpf_prog *bpf_prog_alloc_no_stats(unsigned int size, gfp_t gfp_extra_flags) in bpf_prog_alloc_no_stats() argument85 gfp_t gfp_flags = GFP_KERNEL_ACCOUNT | __GFP_ZERO | gfp_extra_flags; in bpf_prog_alloc_no_stats()94 aux = kzalloc(sizeof(*aux), GFP_KERNEL_ACCOUNT | gfp_extra_flags); in bpf_prog_alloc_no_stats()99 fp->active = alloc_percpu_gfp(int, GFP_KERNEL_ACCOUNT | gfp_extra_flags); in bpf_prog_alloc_no_stats()118 struct bpf_prog *bpf_prog_alloc(unsigned int size, gfp_t gfp_extra_flags) in bpf_prog_alloc() argument120 gfp_t gfp_flags = GFP_KERNEL_ACCOUNT | __GFP_ZERO | gfp_extra_flags; in bpf_prog_alloc()124 prog = bpf_prog_alloc_no_stats(size, gfp_extra_flags); in bpf_prog_alloc()226 gfp_t gfp_extra_flags) in bpf_prog_realloc() argument228 gfp_t gfp_flags = GFP_KERNEL_ACCOUNT | __GFP_ZERO | gfp_extra_flags; in bpf_prog_realloc()1106 gfp_t gfp_extra_flags) in bpf_prog_clone_create() argument[all …]