Searched refs:frozen (Results 1 - 25 of 61) sorted by relevance

123

/linux-master/fs/xfs/scrub/
H A Dfscounters.h17 bool frozen; member in struct:xchk_fscounters
H A Dfscounters_repair.c39 * function is stricter when we've frozen the fs.
58 if (!fsc->frozen) {
59 ASSERT(fsc->frozen);
H A Dfscounters.c173 fsc->frozen = true;
186 if (!fsc->frozen)
191 xfs_emerg(sc->mp, "still frozen after scrub, err=%d", error);
193 fsc->frozen = false;
231 * This requires the fs to be frozen, which will disable background
519 * If the filesystem is not frozen, the counter summation calls above
528 if (!fsc->frozen)
568 * frozen, we treat the discrepancy as a corruption because the freeze
574 if (fsc->frozen)
581 if (fsc->frozen)
[all...]
/linux-master/tools/testing/kunit/
H A Dqemu_config.py12 @dataclass(frozen=True)
H A Dkunit_config.py16 @dataclass(frozen=True)
/linux-master/kernel/cgroup/
H A Dfreezer.c12 * Propagate the cgroup frozen state upwards by the cgroup tree.
14 static void cgroup_propagate_frozen(struct cgroup *cgrp, bool frozen) argument
19 * If the new state is frozen, some freezing ancestor cgroups may change
20 * their state too, depending on if all their descendants are frozen.
22 * Otherwise, all ancestor cgroups are forced into the non-frozen state.
25 if (frozen) {
49 * Revisit the cgroup frozen state.
50 * Checks if the cgroup is really frozen and perform all state transitions.
54 bool frozen; local
59 * If the cgroup has to be frozen (CGRP_FREEZ
[all...]
/linux-master/include/linux/
H A Dfreezer.h25 * Check if a process has been frozen
27 extern bool frozen(struct task_struct *p);
74 static inline bool frozen(struct task_struct *p) { return false; } function
/linux-master/kernel/power/
H A Duser.c35 bool frozen; member in struct:snapshot_data
96 data->frozen = false;
118 if (data->frozen) {
278 if (data->frozen)
291 data->frozen = true;
296 if (!data->frozen || data->ready)
302 data->frozen = false;
306 if (data->mode != O_RDONLY || !data->frozen || data->ready) {
323 if (data->mode != O_WRONLY || !data->frozen ||
389 if (!data->frozen) {
[all...]
H A Dprocess.c101 if (p != current && freezing(p) && !frozen(p))
116 * The current thread will not be frozen. The same process that calls
129 /* Make sure this task doesn't get frozen */
144 * Now that the whole userspace is frozen we need to disable
/linux-master/kernel/
H A Dfreezer.c26 /* protects freezing and frozen transitions */
30 * freezing_slow_path - slow path for testing whether a task needs to be frozen
34 * and tests whether @p needs to enter and stay in frozen state. Can be
56 bool frozen(struct task_struct *p) function
61 /* Refrigerator is place where frozen processes are stored :-). */
156 * %false, if @p is not freezing or already frozen; %true, otherwise
163 if (!freezing(p) || frozen(p) || __freeze_task(p)) {
205 if (!frozen(p) || task_call_func(p, __restore_freezer_state, NULL))
224 * freezer notices that we aren't frozen yet or the freezing
/linux-master/include/trace/events/
H A Dmptcp.h83 __field(u8, frozen)
102 __entry->frozen = mpext->frozen;
109 TP_printk("data_ack=%llu data_seq=%llu subflow_seq=%u data_len=%u csum=%x use_map=%u dsn64=%u data_fin=%u use_ack=%u ack64=%u mpc_map=%u frozen=%u reset_transient=%u reset_reason=%u csum_reqd=%u infinite_map=%u",
115 __entry->mpc_map, __entry->frozen,
/linux-master/fs/
H A Dsuper.c1020 if (sb->s_writers.frozen != SB_UNFROZEN)
1044 if (sb->s_writers.frozen != SB_UNFROZEN)
1162 * emergency_thaw_all -- forcibly thaw every frozen filesystem
1449 * A filesystem that owns multiple block devices may be frozen from each
1486 * A filesystem that owns multiple block devices may be frozen from each
1494 * as it may have been frozen multiple times (kernel may hold a
1495 * freeze or might be frozen from other block devices).
1552 * It is enough to check bdev was not frozen before we set
1557 warnf(fc, "%pg: Can't mount, blockdev is frozen", bdev);
1912 unsigned short old = sb->s_writers.frozen;
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dfinepix.c89 if (gspca_dev->frozen)
100 if (gspca_dev->frozen)
119 if (gspca_dev->frozen)
H A Dbenq.c153 if (gspca_dev->frozen)
H A Dsq905c.c140 if (gspca_dev->frozen)
H A Dvicam.c184 if (gspca_dev->frozen)
H A Dgspca.h205 char frozen; /* suspend - resume */ member in struct:gspca_dev
H A Dsq905.c222 if (gspca_dev->frozen)
/linux-master/drivers/mfd/
H A Ducb1x00-ts.c208 bool frozen, ignore = false; local
213 while (!kthread_freezable_should_stop(&frozen)) {
217 if (frozen)
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_freezer.c25 * Check if the cgroup is frozen by looking at the cgroup.events::frozen value.
27 static int cg_check_frozen(const char *cgroup, bool frozen) argument
29 if (frozen) {
30 if (cg_read_strstr(cgroup, "cgroup.events", "frozen 1") != 0) {
31 debug("Cgroup %s isn't frozen\n", cgroup);
36 * Check the cgroup.events::frozen value.
38 if (cg_read_strstr(cgroup, "cgroup.events", "frozen 0") != 0) {
39 debug("Cgroup %s is frozen\n", cgroup);
56 * Attach a task to the given cgroup and wait for a cgroup frozen even
59 cg_enter_and_wait_for_frozen(const char *cgroup, int pid, bool frozen) argument
[all...]
/linux-master/security/selinux/ss/
H A Dsidtab.h90 bool frozen; member in struct:sidtab
H A Dsidtab.c44 s->frozen = false;
288 if (unlikely(s->frozen)) {
290 * This sidtab is now frozen - tell the caller to abort and
499 s->frozen = true;
/linux-master/include/net/
H A Dmptcp.h35 frozen:1, member in struct:mptcp_ext
179 from_ext->frozen = 1;
/linux-master/tools/bpf/bpftool/
H A Dmap.c471 int frozen = 0; local
474 frozen_str = get_fdinfo(fd, "frozen");
516 frozen = atoi(frozen_str);
519 jsonw_int_field(json_wtr, "frozen", frozen);
564 int frozen = 0; local
567 frozen_str = get_fdinfo(fd, "frozen");
610 frozen = atoi(frozen_str);
614 if (info->btf_id || frozen)
620 if (frozen)
[all...]
/linux-master/fs/btrfs/
H A Dblock-group.h208 atomic_t frozen; member in struct:btrfs_block_group

Completed in 536 milliseconds

123