Home
last modified time | relevance | path

Searched refs:frozen (Results 1 – 25 of 108) sorted by relevance

12345

/openbmc/linux/kernel/cgroup/
H A Dfreezer.c25 if (frozen) { in cgroup_propagate_frozen()
54 bool frozen; in cgroup_update_frozen() local
63 frozen = test_bit(CGRP_FREEZE, &cgrp->flags) && in cgroup_update_frozen()
66 if (frozen) { in cgroup_update_frozen()
83 cgroup_propagate_frozen(cgrp, frozen); in cgroup_update_frozen()
111 if (current->frozen) in cgroup_enter_frozen()
115 current->frozen = true; in cgroup_enter_frozen()
140 WARN_ON_ONCE(!current->frozen); in cgroup_leave_frozen()
141 current->frozen = false; in cgroup_leave_frozen()
239 !task->frozen) in cgroup_freezer_migrate_task()
[all …]
/openbmc/linux/kernel/power/
H A Duser.c35 bool frozen; member
96 data->frozen = false; in snapshot_open()
118 if (data->frozen) { in snapshot_release()
278 if (data->frozen) in snapshot_ioctl()
291 data->frozen = true; in snapshot_ioctl()
296 if (!data->frozen || data->ready) in snapshot_ioctl()
302 data->frozen = false; in snapshot_ioctl()
306 if (data->mode != O_RDONLY || !data->frozen || data->ready) { in snapshot_ioctl()
321 if (data->mode != O_WRONLY || !data->frozen || in snapshot_ioctl()
387 if (!data->frozen) { in snapshot_ioctl()
H A Dprocess.c101 if (p != current && freezing(p) && !frozen(p)) in try_to_freeze_tasks()
/openbmc/linux/fs/xfs/scrub/
H A Dfscounters.c59 bool frozen; member
183 fsc->frozen = true; in xchk_fscounters_freeze()
196 if (!fsc->frozen) in xchk_fscounters_cleanup()
203 fsc->frozen = false; in xchk_fscounters_cleanup()
527 if (!fsc->frozen) in xchk_fscounters()
573 if (fsc->frozen) in xchk_fscounters()
580 if (fsc->frozen) in xchk_fscounters()
588 if (fsc->frozen) in xchk_fscounters()
596 if (fsc->frozen) in xchk_fscounters()
/openbmc/linux/fs/
H A Dsuper.c1985 wake_up_var(&sb->s_writers.frozen); in freeze_super()
2004 sb->s_writers.frozen = SB_UNFROZEN; in freeze_super()
2006 wake_up_var(&sb->s_writers.frozen); in freeze_super()
2012 sb->s_writers.frozen = SB_FREEZE_FS; in freeze_super()
2020 sb->s_writers.frozen = SB_UNFROZEN; in freeze_super()
2022 wake_up_var(&sb->s_writers.frozen); in freeze_super()
2033 wake_up_var(&sb->s_writers.frozen); in freeze_super()
2073 sb->s_writers.frozen = SB_UNFROZEN; in thaw_super_locked()
2074 wake_up_var(&sb->s_writers.frozen); in thaw_super_locked()
2091 sb->s_writers.frozen = SB_UNFROZEN; in thaw_super_locked()
[all …]
/openbmc/linux/include/linux/
H A Dfreezer.h27 extern bool frozen(struct task_struct *p);
74 static inline bool frozen(struct task_struct *p) { return false; } in frozen() function
/openbmc/linux/include/trace/events/
H A Dmptcp.h83 __field(u8, frozen)
102 __entry->frozen = mpext->frozen;
115 __entry->mpc_map, __entry->frozen,
/openbmc/linux/drivers/media/usb/gspca/
H A Dfinepix.c89 if (gspca_dev->frozen) in dostream()
100 if (gspca_dev->frozen) in dostream()
119 if (gspca_dev->frozen) in dostream()
/openbmc/linux/Documentation/power/
H A Dfreezing-of-tasks.rst34 'frozen' and therefore the set of functions handling this mechanism is referred
37 frozen before kernel threads.
41 if the task is to be frozen and makes the task enter __refrigerator().
47 that combine interruptible sleep with checking if the task is to be frozen and
69 order to clear the PF_FROZEN flag for each frozen task. Then, the tasks that
70 have been frozen leave __refrigerator() and continue running.
156 be frozen before the driver's .suspend() callback is executed and it will be
168 if this process is not frozen, it may notice that the number of CPUs has
179 and B is frozen in the meantime, then A will be blocked until B is thawed, which
200 fail, because the user land process that should respond to the request is frozen
[all …]
H A Duserland-swsusp.rst38 not frozen); this is required for SNAPSHOT_CREATE_IMAGE
42 thaw user space processes frozen by SNAPSHOT_FREEZE
133 unfreeze user space processes frozen by SNAPSHOT_UNFREEZE if they are
134 still frozen when the device is being closed).
/openbmc/linux/kernel/
H A Dfreezer.c56 bool frozen(struct task_struct *p) in frozen() function
158 if (!freezing(p) || frozen(p) || __freeze_task(p)) { in freeze_task()
/openbmc/linux/Documentation/driver-api/pm/
H A Dnotifiers.rst22 processes are frozen at these points). The solution may be to load the firmware
23 into memory before processes are frozen and upload it from there in the
30 The system is going to hibernate, tasks will be frozen immediately. This
/openbmc/linux/tools/testing/kunit/
H A Dqemu_config.py12 @dataclass(frozen=True)
H A Dkunit_config.py16 @dataclass(frozen=True)
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst53 being frozen. This allows the bash example above and gdb to run as
71 belonging to the cgroup and its descendants become frozen. Note that
74 frozen.
95 frozen; otherwise, 1.
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_freezer.c27 static int cg_check_frozen(const char *cgroup, bool frozen) in cg_check_frozen() argument
29 if (frozen) { in cg_check_frozen()
60 bool frozen) in cg_enter_and_wait_for_frozen() argument
78 ret = cg_check_frozen(cgroup, frozen); in cg_enter_and_wait_for_frozen()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcargo.bbclass35 # --frozen flag will prevent network access (which is required since only
40 CARGO_BUILD_FLAGS = "-v --frozen --target ${RUST_HOST_SYS} ${BUILD_MODE} --manifest-path=${CARGO_MA…
H A Dcargo_common.bbclass170 # using --frozen flag (in CARGO_BUILD_FLAGS) and raise a clear error
172 # "Cargo.lock should be modified but --frozen was given"
179 # --frozen so let's handle that modifications here.
/openbmc/linux/drivers/mfd/
H A Ducb1x00-ts.c208 bool frozen, ignore = false; in ucb1x00_thread() local
213 while (!kthread_freezable_should_stop(&frozen)) { in ucb1x00_thread()
217 if (frozen) in ucb1x00_thread()
/openbmc/linux/include/net/
H A Dmptcp.h35 frozen:1, member
179 from_ext->frozen = 1; in mptcp_skb_ext_copy()
/openbmc/linux/tools/bpf/bpftool/
H A Dmap.c471 int frozen = 0; in show_map_close_json() local
516 frozen = atoi(frozen_str); in show_map_close_json()
519 jsonw_int_field(json_wtr, "frozen", frozen); in show_map_close_json()
564 int frozen = 0; in show_map_close_plain() local
610 frozen = atoi(frozen_str); in show_map_close_plain()
614 if (info->btf_id || frozen) in show_map_close_plain()
620 if (frozen) in show_map_close_plain()
/openbmc/qemu/qga/
H A Dmain.c88 bool frozen; member
478 return s->frozen; in ga_is_frozen()
490 s->frozen = true; in ga_set_frozen()
527 s->frozen = false; in ga_unset_frozen()
882 const gchar *path, gboolean frozen) in read_persistent_state() argument
917 if (!frozen) { in read_persistent_state()
1377 s->frozen = check_is_frozen(s); in initialize_agent()
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-freeze.rst50 and playing are frozen. It is then possible to restart the decoding and
/openbmc/linux/Documentation/admin-guide/pm/
H A Dsuspend-flows.rst58 Tasks are frozen primarily in order to avoid unchecked hardware accesses
68 The kernel threads that choose to be frozen during system suspend for
69 specific reasons are frozen subsequently, but they are not intercepted.
71 to be frozen and to put themselves into uninterruptible sleep if so. [Note,
152 Tasks frozen in step 2 of the preceding `suspend <s2idle_suspend_>`_
/openbmc/linux/security/selinux/ss/
H A Dsidtab.c43 s->frozen = false; in sidtab_init()
286 if (unlikely(s->frozen)) { in sidtab_context_to_sid()
495 s->frozen = true; in sidtab_freeze_begin()

12345