Searched refs:thawed (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/Documentation/driver-api/pm/ |
H A D | notifiers.rst | 38 executed and tasks have been thawed. 47 callbacks have been executed and tasks have been thawed. 54 resume callbacks have been executed and tasks have been thawed.
|
H A D | devices.rst | 654 been thawed. Generally speaking, the PM notifiers are suitable for performing
|
/openbmc/linux/fs/quota/ |
H A D | quota.c | 871 bool excl = false, thawed = false; in quotactl_block() local 884 thawed = true; in quotactl_block() 886 thawed = true; in quotactl_block() 893 if (thawed && sb->s_writers.frozen != SB_UNFROZEN) { in quotactl_block()
|
/openbmc/qemu/qga/ |
H A D | qapi-schema.json | 399 # @thawed: filesystems thawed/unfrozen 406 'data': [ 'thawed', 'frozen' ], 434 # On error, all filesystems will be thawed. If no filesystems are 456 # On error, all filesystems will be thawed. 476 # Returns: Number of file systems thawed by this call
|
/openbmc/linux/Documentation/power/ |
H A D | freezing-of-tasks.rst | 157 thawed after the driver's .resume() callback has run, so it won't be accessing 179 and B is frozen in the meantime, then A will be blocked until B is thawed, which
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | suspend-flows.rst | 153 transition are "thawed", which means that they are woken up from the
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | README | 185 after resume since processes are frozen in suspend_prepare and thawed in
|
/openbmc/linux/Documentation/core-api/ |
H A D | workqueue.rst | 187 new work item starts execution until thawed.
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 267 allowed to perform any operation until the port is thawed, which usually
|