Searched defs:userfaultfd_ctx (Results 1 – 1 of 1) sorted by relevance
40932 struct userfaultfd_ctx { struct40933 wait_queue_head_t fault_pending_wqh;40934 wait_queue_head_t fault_wqh;40935 wait_queue_head_t fd_wqh;40936 wait_queue_head_t event_wqh;40937 seqcount_spinlock_t refile_seq;40938 refcount_t refcount;40939 unsigned int flags;40940 unsigned int features;40941 bool released;[all …]