Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dcore.c78 struct bpf_prog *bpf_prog_alloc(unsigned int size, gfp_t gfp_extra_flags) in bpf_prog_alloc() argument
80 gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | gfp_extra_flags; in bpf_prog_alloc()
89 aux = kzalloc(sizeof(*aux), GFP_KERNEL | gfp_extra_flags); in bpf_prog_alloc()
107 gfp_t gfp_extra_flags) in bpf_prog_realloc() argument
109 gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | gfp_extra_flags; in bpf_prog_realloc()
727 gfp_t gfp_extra_flags) in bpf_prog_clone_create() argument
729 gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | gfp_extra_flags; in bpf_prog_clone_create()
/Linux-v4.19/include/linux/
Dfilter.h732 struct bpf_prog *bpf_prog_alloc(unsigned int size, gfp_t gfp_extra_flags);
734 gfp_t gfp_extra_flags);