Home
last modified time | relevance | path

Searched refs:THAWED (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst59 parent (parent-state). Iff both states are THAWED, the cgroup is
60 THAWED.
66 When read, returns the effective state of the cgroup - "THAWED",
77 allowed - "FROZEN" and "THAWED". If FROZEN is written, the cgroup,
81 If THAWED is written, the self-state of the cgroup is changed to
82 THAWED. Note that the effective state may not change to THAWED if
84 becomes THAWED, all its descendants which are freezing because of
89 Shows the self-state. 0 if the self-state is THAWED; otherwise, 1.
110 THAWED
122 # echo THAWED > /sys/fs/cgroup/freezer/0/freezer.state
[all …]
/OK3568_Linux_fs/external/xserver/Xi/
H A Dallowev.c111 AllowSome(client, time, thisdev, THAWED); in ProcXAllowDeviceEvents()
H A Dxiallowev.c103 AllowSome(client, time, dev, THAWED); in ProcXIAllowEvents()
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h479 #define THAWED 1 macro
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c1405 thisDev->deviceGrab.sync.state = THAWED; in CheckGrabForSyncs()
1742 case THAWED: /* Async */ in AllowSome()
1744 grabinfo->sync.state = THAWED; in AllowSome()
1762 devgrabinfo->sync.state = THAWED; in AllowSome()
1800 devgrabinfo->sync.state = THAWED; in AllowSome()
1850 AllowSome(client, time, mouse, THAWED); in ProcAllowEvents()
1859 AllowSome(client, time, keybd, THAWED); in ProcAllowEvents()