Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dcore.c77 struct bpf_prog *bpf_prog_alloc_no_stats(unsigned int size, gfp_t gfp_extra_flags) in bpf_prog_alloc_no_stats() argument
79 gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | gfp_extra_flags; in bpf_prog_alloc_no_stats()
88 aux = kzalloc(sizeof(*aux), GFP_KERNEL | gfp_extra_flags); in bpf_prog_alloc_no_stats()
104 struct bpf_prog *bpf_prog_alloc(unsigned int size, gfp_t gfp_extra_flags) in bpf_prog_alloc() argument
106 gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | gfp_extra_flags; in bpf_prog_alloc()
110 prog = bpf_prog_alloc_no_stats(size, gfp_extra_flags); in bpf_prog_alloc()
217 gfp_t gfp_extra_flags) in bpf_prog_realloc() argument
219 gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | gfp_extra_flags; in bpf_prog_realloc()
1028 gfp_t gfp_extra_flags) in bpf_prog_clone_create() argument
1030 gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | gfp_extra_flags; in bpf_prog_clone_create()
/Linux-v5.4/include/linux/
Dfilter.h811 struct bpf_prog *bpf_prog_alloc(unsigned int size, gfp_t gfp_extra_flags);
812 struct bpf_prog *bpf_prog_alloc_no_stats(unsigned int size, gfp_t gfp_extra_flags);
814 gfp_t gfp_extra_flags);