Lines Matching full:frozen
29 * set if "FROZEN" is written to freezer.state cgroupfs file, and cleared
38 CGROUP_FROZEN = (1 << 3), /* this and its descendants frozen */
72 /* Check if the cgroup is still FREEZING, but not FROZEN. The extra in cgroup_freezing()
73 * !FROZEN check is required, because the FREEZING bit is not cleared in cgroup_freezing()
74 * when the state FROZEN is reached. in cgroup_freezing()
86 return "FROZEN"; in freezer_state_strs()
177 * For simplicity, when migrating any task to a FROZEN cgroup, we in freezer_attach()
182 * current state before executing the following - !frozen tasks may in freezer_attach()
183 * be visible in a FROZEN cgroup and frozen tasks in a THAWED one. in freezer_attach()
193 /* clear FROZEN and propagate upwards */ in freezer_attach()
243 * Once FREEZING is initiated, transition to FROZEN is lazily updated by
244 * calling this function. If the current state is FREEZING but not FROZEN,
246 * cgroups finished freezing and, if so, sets FROZEN.
268 /* are all (live) children frozen? */ in update_if_frozen()
281 /* are all tasks frozen? */ in update_if_frozen()
285 if (freezing(task) && !frozen(task)) in update_if_frozen()