Module swap::userfaultfd 
source · Expand description
Provides wrapper of userfaultfd crate for vmm-swap feature.
Structs§
- Check whether the process for the Userfaultfd is dead or not.
 - Factory for Userfaultfd.
 - Wrapper for [
userfaultfd::Uffd] to be used in the vmm-swap feature. 
Enums§
- Errors for Userfaultfd
 - Events from the userfaultfd object that are read by
Uffd::read_event(). 
Constants§
- Constant ioctl request number.
 - Constant ioctl request number.
 
Traits§
- Check whether the process for the Userfaultfd is dead or not.
 
Functions§
- Register all the regions to all the userfaultfd
 - Unregister all the regions from all the userfaultfd.
 
Type Aliases§
- Result for Userfaultfd