Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dcore.c78 struct bpf_prog *bpf_prog_alloc_no_stats(unsigned int size, gfp_t gfp_extra_flags) in bpf_prog_alloc_no_stats() argument
80 gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | gfp_extra_flags; in bpf_prog_alloc_no_stats()
89 aux = kzalloc(sizeof(*aux), GFP_KERNEL | gfp_extra_flags); in bpf_prog_alloc_no_stats()
107 struct bpf_prog *bpf_prog_alloc(unsigned int size, gfp_t gfp_extra_flags) in bpf_prog_alloc() argument
109 gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | gfp_extra_flags; in bpf_prog_alloc()
113 prog = bpf_prog_alloc_no_stats(size, gfp_extra_flags); in bpf_prog_alloc()
220 gfp_t gfp_extra_flags) in bpf_prog_realloc() argument
222 gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | gfp_extra_flags; in bpf_prog_realloc()
1092 gfp_t gfp_extra_flags) in bpf_prog_clone_create() argument
1094 gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | gfp_extra_flags; in bpf_prog_clone_create()
/Linux-v5.10/include/linux/
Dfilter.h855 struct bpf_prog *bpf_prog_alloc(unsigned int size, gfp_t gfp_extra_flags);
856 struct bpf_prog *bpf_prog_alloc_no_stats(unsigned int size, gfp_t gfp_extra_flags);
858 gfp_t gfp_extra_flags);