Home
last modified time | relevance | path

Searched defs:userfaultfd_ctx (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h3081 struct userfaultfd_ctx { struct
3082 wait_queue_head_t fault_pending_wqh;
3083 wait_queue_head_t fault_wqh;
3084 wait_queue_head_t fd_wqh;
3085 wait_queue_head_t event_wqh;
3086 seqcount_spinlock_t refile_seq;
3087 refcount_t refcount;
3088 unsigned int flags;
3089 unsigned int features;
3090 bool released;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h2652 struct userfaultfd_ctx { struct
2653 wait_queue_head_t fault_pending_wqh;
2654 wait_queue_head_t fault_wqh;
2655 wait_queue_head_t fd_wqh;
2656 wait_queue_head_t event_wqh;
2657 seqcount_spinlock_t refile_seq;
2658 refcount_t refcount;
2659 unsigned int flags;
2660 unsigned int features;
2661 bool released;
[all …]