Searched defs:gfp_t (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_task_storage.c | 232 BPF_CALL_5(bpf_task_storage_get_recur,struct bpf_map *,map,struct task_struct *,task,void *,value,u64,flags,gfp_t,gfp_flags) BPF_CALL_5() argument 251 BPF_CALL_5(bpf_task_storage_get,struct bpf_map *,map,struct task_struct *,task,void *,value,u64,flags,gfp_t,gfp_flags) BPF_CALL_5() argument
|
| H A D | bpf_inode_storage.c | 131 BPF_CALL_5(bpf_inode_storage_get,struct bpf_map *,map,struct inode *,inode,void *,value,u64,flags,gfp_t,gfp_flags) BPF_CALL_5() argument
|
| H A D | bpf_cgrp_storage.c | 161 BPF_CALL_5(bpf_cgrp_storage_get,struct bpf_map *,map,struct cgroup *,cgroup,void *,value,u64,flags,gfp_t,gfp_flags) BPF_CALL_5() argument
|
| /linux/tools/virtio/ringtest/ |
| H A D | ptr_ring.c | 24 typedef int gfp_t; typedef
|
| /linux/net/core/ |
| H A D | bpf_sk_storage.c | 228 void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument 383 void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
|
| /linux/include/linux/ |
| H A D | types.h | 163 typedef unsigned int __bitwise gfp_t; typedef
|