Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c99 struct bpf_prog *bpf_prog_alloc_no_stats(unsigned int size, gfp_t gfp_extra_flags) in bpf_prog_alloc_no_stats() argument
101 gfp_t gfp_flags = bpf_memcg_flags(GFP_KERNEL | __GFP_ZERO | gfp_extra_flags); in bpf_prog_alloc_no_stats()
110 aux = kzalloc_obj(*aux, bpf_memcg_flags(GFP_KERNEL | gfp_extra_flags)); in bpf_prog_alloc_no_stats()
116 bpf_memcg_flags(GFP_KERNEL | gfp_extra_flags)); in bpf_prog_alloc_no_stats()
149 struct bpf_prog *bpf_prog_alloc(unsigned int size, gfp_t gfp_extra_flags) in bpf_prog_alloc() argument
151 gfp_t gfp_flags = bpf_memcg_flags(GFP_KERNEL | __GFP_ZERO | gfp_extra_flags); in bpf_prog_alloc()
155 prog = bpf_prog_alloc_no_stats(size, gfp_extra_flags); in bpf_prog_alloc()
257 gfp_t gfp_extra_flags) in bpf_prog_realloc() argument
259 gfp_t gfp_flags = bpf_memcg_flags(GFP_KERNEL | __GFP_ZERO | gfp_extra_flags); in bpf_prog_realloc()
1451 gfp_t gfp_extra_flags) in bpf_prog_clone_create() argument
[all …]