freezer
subsystem suspends or resumes tasks in a control group.
freezer.state
has three possible values:
FROZEN
— tasks in the control group are suspended.
FREEZING
— the system is in the process of suspending tasks in the control group.
THAWED
— tasks in the control group have resumed.
FROZEN
and THAWED
values can be written to freezer.state
, FREEZING
cannot be written, only read.