Home
last modified time | relevance | path

Searched refs:SNAPSHOT_FREEZE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dsuspend_ioctls.h16 #define SNAPSHOT_FREEZE _IO(SNAPSHOT_IOC_MAGIC, 1) macro
/linux-4.1.27/Documentation/power/
Duserland-swsusp.txt33 SNAPSHOT_FREEZE - freeze user space processes (the current process is
37 SNAPSHOT_UNFREEZE - thaw user space processes frozen by SNAPSHOT_FREEZE
91 be preceded by the SNAPSHOT_FREEZE call and it is also necessary
141 preferably using mlockall(), before calling SNAPSHOT_FREEZE.
/linux-4.1.27/kernel/power/
Duser.c220 case SNAPSHOT_FREEZE: in snapshot_ioctl()