Home
last modified time | relevance | path

Searched full:freeze (Results 1 – 25 of 926) sorted by relevance

12345678910>>...38

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/fpga/
Daltera-freeze-bridge.txt1 Altera Freeze Bridge Controller Driver
3 The Altera Freeze Bridge Controller manages one or more freeze bridges.
4 The controller can freeze/disable the bridges which prevents signal
10 - compatible : Should contain "altr,freeze-bridge-controller"
11 - regs : base address and size for freeze bridge module
16 freeze-controller@100000450 {
17 compatible = "altr,freeze-bridge-controller";
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/fpga/
Daltera-freeze-bridge.txt1 Altera Freeze Bridge Controller Driver
3 The Altera Freeze Bridge Controller manages one or more freeze bridges.
4 The controller can freeze/disable the bridges which prevents signal
10 - compatible : Should contain "altr,freeze-bridge-controller"
11 - regs : base address and size for freeze bridge module
19 freeze-controller@100000450 {
20 compatible = "altr,freeze-bridge-controller";
/kernel/linux/linux-5.10/kernel/cgroup/
Dfreezer.c152 * Freeze or unfreeze the task by setting or clearing the JOBCTL_TRAP_FREEZE
155 static void cgroup_freeze_task(struct task_struct *task, bool freeze) in cgroup_freeze_task() argument
163 if (freeze) { in cgroup_freeze_task()
175 * Freeze or unfreeze all tasks in the given cgroup.
177 static void cgroup_do_freeze(struct cgroup *cgrp, bool freeze) in cgroup_do_freeze() argument
185 if (freeze) in cgroup_do_freeze()
191 if (freeze) in cgroup_do_freeze()
192 TRACE_CGROUP_PATH(freeze, cgrp); in cgroup_do_freeze()
204 cgroup_freeze_task(task, freeze); in cgroup_do_freeze()
219 * Adjust the task state (freeze or unfreeze) and revisit the state of
[all …]
Dlegacy_freezer.c343 * @freeze: whether to freeze or unfreeze
346 * Set or clear @state on @cgroup according to @freeze, and perform
349 static void freezer_apply_state(struct freezer *freezer, bool freeze, in freezer_apply_state() argument
358 if (freeze) { in freezer_apply_state()
380 * @freeze: whether to freeze or thaw
382 * Freeze or thaw @freezer according to @freeze. The operations are
385 static void freezer_change_state(struct freezer *freezer, bool freeze) in freezer_change_state() argument
405 freezer_apply_state(pos_f, freeze, in freezer_change_state()
422 bool freeze; in freezer_write() local
427 freeze = false; in freezer_write()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dreg_fsl_emb.h34 #define PMLCA_FC 0x80000000 /* Freeze Counter */
35 #define PMLCA_FCS 0x40000000 /* Freeze in Supervisor */
36 #define PMLCA_FCU 0x20000000 /* Freeze in User */
37 #define PMLCA_FCM1 0x10000000 /* Freeze when PMM==1 */
38 #define PMLCA_FCM0 0x08000000 /* Freeze when PMM==0 */
40 #define PMLCA_FGCS1 0x00000002 /* Freeze in guest state */
41 #define PMLCA_FGCS0 0x00000001 /* Freeze in hypervisor state */
61 #define PMGC0_FAC 0x80000000 /* Freeze all Counters */
63 #define PMGC0_FCECE 0x20000000 /* Freeze countes on
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Dreg_fsl_emb.h34 #define PMLCA_FC 0x80000000 /* Freeze Counter */
35 #define PMLCA_FCS 0x40000000 /* Freeze in Supervisor */
36 #define PMLCA_FCU 0x20000000 /* Freeze in User */
37 #define PMLCA_FCM1 0x10000000 /* Freeze when PMM==1 */
38 #define PMLCA_FCM0 0x08000000 /* Freeze when PMM==0 */
40 #define PMLCA_FGCS1 0x00000002 /* Freeze in guest state */
41 #define PMLCA_FGCS0 0x00000001 /* Freeze in hypervisor state */
61 #define PMGC0_FAC 0x80000000 /* Freeze all Counters */
63 #define PMGC0_FCECE 0x20000000 /* Freeze countes on
/kernel/linux/linux-4.19/tools/power/pm-graph/config/
Dfreeze.cfg2 # Generic S2 (Freeze) test
9 # sudo ./sleepgraph.py -config config/freeze.cfg
21 # e.g. standby, mem, freeze, disk (default: mem)
22 mode: freeze
26 output-dir: freeze-{hostname}-{date}-{time}
42 # Command to execute in lieu of freeze (default: "")
43 # command: echo freeze > /sys/power/state
Dfreeze-callgraph.cfg2 # Full Callgraph for S2 (Freeze) test
9 # sudo ./sleepgraph.py -config config/freeze-callgraph.cfg
22 # e.g. standby, mem, freeze, disk (default: mem)
23 mode: freeze
27 output-dir: freeze-{hostname}-{date}-{time}-cg
43 # Command to execute in lieu of freeze (default: "")
44 # command: echo freeze > /sys/power/state
Dfreeze-dev.cfg2 # Dev S2 (Freeze) test - includes src calls / kernel threads
9 # sudo ./sleepgraph.py -config config/freeze-dev.cfg
21 # e.g. standby, mem, freeze, disk (default: mem)
22 mode: freeze
26 output-dir: freeze-{hostname}-{date}-{time}-dev
42 # Command to execute in lieu of freeze (default: "")
43 # command: echo freeze > /sys/power/state
/kernel/linux/linux-5.10/tools/power/pm-graph/config/
Dfreeze-dev.cfg2 # Dev S2 (Freeze) test - includes src calls / kernel threads
9 # sudo ./sleepgraph.py -config config/freeze-dev.cfg
21 # e.g. standby, mem, freeze, disk (default: mem)
22 mode: freeze
26 output-dir: freeze-{hostname}-{date}-{time}-dev
42 # Command to execute in lieu of freeze (default: "")
43 # command: echo freeze > /sys/power/state
Dfreeze.cfg2 # Generic S2 (Freeze) test
9 # sudo ./sleepgraph.py -config config/freeze.cfg
21 # e.g. standby, mem, freeze, disk (default: mem)
22 mode: freeze
26 output-dir: freeze-{hostname}-{date}-{time}
42 # Command to execute in lieu of freeze (default: "")
43 # command: echo freeze > /sys/power/state
Dfreeze-callgraph.cfg2 # Full Callgraph for S2 (Freeze) test
9 # sudo ./sleepgraph.py -config config/freeze-callgraph.cfg
22 # e.g. standby, mem, freeze, disk (default: mem)
23 mode: freeze
27 output-dir: freeze-{hostname}-{date}-{time}-cg
43 # Command to execute in lieu of freeze (default: "")
44 # command: echo freeze > /sys/power/state
/kernel/linux/linux-4.19/kernel/cgroup/
Dfreezer.c343 * @freeze: whether to freeze or unfreeze
346 * Set or clear @state on @cgroup according to @freeze, and perform
349 static void freezer_apply_state(struct freezer *freezer, bool freeze, in freezer_apply_state() argument
358 if (freeze) { in freezer_apply_state()
380 * @freeze: whether to freeze or thaw
382 * Freeze or thaw @freezer according to @freeze. The operations are
385 static void freezer_change_state(struct freezer *freezer, bool freeze) in freezer_change_state() argument
405 freezer_apply_state(pos_f, freeze, in freezer_change_state()
422 bool freeze; in freezer_write() local
427 freeze = false; in freezer_write()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
Dtest_freezer.c50 * Freeze the given cgroup.
52 static int cg_freeze_nowait(const char *cgroup, bool freeze) in cg_freeze_nowait() argument
54 return cg_write(cgroup, "cgroup.freeze", freeze ? "1" : "0"); in cg_freeze_nowait()
146 * Freeze the given cgroup and wait for the inotify signal.
150 static int cg_freeze_wait(const char *cgroup, bool freeze) in cg_freeze_wait() argument
158 ret = cg_freeze_nowait(cgroup, freeze); in cg_freeze_wait()
168 ret = cg_check_frozen(cgroup, freeze); in cg_freeze_wait()
190 * running processes and freeze it. Then unfreeze it. Then it kills all
243 * Then it tries to freeze and unfreeze the whole tree.
312 * Freeze B. in test_cgfreezer_tree()
[all …]
/kernel/linux/linux-4.19/arch/powerpc/platforms/powermac/
Dsmp.c69 static void (*pmac_tb_freeze)(int freeze);
356 /* This is going to freeze the timeebase, we disable interrupts */ in smp_psurge_kick_cpu()
511 static void smp_core99_cypress_tb_freeze(int freeze) in smp_core99_cypress_tb_freeze() argument
527 data = (data & 0xf3) | (freeze ? 0x00 : 0x0c); in smp_core99_cypress_tb_freeze()
537 freeze ? "freeze" : "unfreeze", rc); in smp_core99_cypress_tb_freeze()
538 panic("Timebase freeze failed !\n"); in smp_core99_cypress_tb_freeze()
543 static void smp_core99_pulsar_tb_freeze(int freeze) in smp_core99_pulsar_tb_freeze() argument
556 data = (data & 0x88) | (freeze ? 0x11 : 0x22); in smp_core99_pulsar_tb_freeze()
565 freeze ? "freeze" : "unfreeze", rc); in smp_core99_pulsar_tb_freeze()
566 panic("Timebase freeze failed !\n"); in smp_core99_pulsar_tb_freeze()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
Dsmp.c66 static void (*pmac_tb_freeze)(int freeze);
349 /* This is going to freeze the timeebase, we disable interrupts */ in smp_psurge_kick_cpu()
502 static void smp_core99_cypress_tb_freeze(int freeze) in smp_core99_cypress_tb_freeze() argument
518 data = (data & 0xf3) | (freeze ? 0x00 : 0x0c); in smp_core99_cypress_tb_freeze()
528 freeze ? "freeze" : "unfreeze", rc); in smp_core99_cypress_tb_freeze()
529 panic("Timebase freeze failed !\n"); in smp_core99_cypress_tb_freeze()
534 static void smp_core99_pulsar_tb_freeze(int freeze) in smp_core99_pulsar_tb_freeze() argument
547 data = (data & 0x88) | (freeze ? 0x11 : 0x22); in smp_core99_pulsar_tb_freeze()
556 freeze ? "freeze" : "unfreeze", rc); in smp_core99_pulsar_tb_freeze()
557 panic("Timebase freeze failed !\n"); in smp_core99_pulsar_tb_freeze()
[all …]
/kernel/linux/linux-4.19/include/linux/
Dpm.h78 * followed by one of the suspend callbacks: @suspend(), @freeze(), or
103 * fails before the driver's suspend callback: @suspend(), @freeze() or
147 * @freeze: Hibernation-specific, executed before creating a hibernation image.
151 * @freeze() to save the device settings in memory to be used by @restore()
153 * Subsystem-level @freeze() is executed for all devices after invoking
156 * @freeze_late: Continue operations started by @freeze(). Analogous to
163 * Undo the changes made by the preceding @freeze(), so the device can be
164 * operated in the same way as immediately before the call to @freeze().
167 * directly after @freeze() in case of a transition error.
205 * @freeze_noirq: Complete the actions started by @freeze(). Carry out any
[all …]
/kernel/linux/linux-5.10/include/linux/
Dpm.h66 * followed by one of the suspend callbacks: @suspend(), @freeze(), or
91 * fails before the driver's suspend callback: @suspend(), @freeze() or
135 * @freeze: Hibernation-specific, executed before creating a hibernation image.
139 * @freeze() to save the device settings in memory to be used by @restore()
141 * Subsystem-level @freeze() is executed for all devices after invoking
144 * @freeze_late: Continue operations started by @freeze(). Analogous to
151 * Undo the changes made by the preceding @freeze(), so the device can be
152 * operated in the same way as immediately before the call to @freeze().
155 * directly after @freeze() in case of a transition error.
193 * @freeze_noirq: Complete the actions started by @freeze(). Carry out any
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/nvdimm/
Dsecurity.rst11 "unlock unit", "freeze lock", "secure erase", and "overwrite". A security_ops
30 freeze - freeze changing of security states.
83 6. Freeze
85 The freeze operation does not require any keys. The security config can be
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
Dop_model_7450.c80 /* freeze all counters */ in fsl7450_cpu_setup()
144 /* Clear the freeze bit, and enable the interrupt. in fsl7450_start()
157 /* freeze counters */ in fsl7450_stop()
194 /* The freeze bit was set by the interrupt. */ in fsl7450_handle_interrupt()
195 /* Clear the freeze bit, and reenable the interrupt. in fsl7450_handle_interrupt()
/kernel/linux/linux-4.19/arch/powerpc/oprofile/
Dop_model_7450.c84 /* freeze all counters */ in fsl7450_cpu_setup()
148 /* Clear the freeze bit, and enable the interrupt. in fsl7450_start()
161 /* freeze counters */ in fsl7450_stop()
198 /* The freeze bit was set by the interrupt. */ in fsl7450_handle_interrupt()
199 /* Clear the freeze bit, and reenable the interrupt. in fsl7450_handle_interrupt()
/kernel/linux/linux-5.10/tools/power/pm-graph/
Dsleepgraph.840 Mode to initiate for suspend e.g. standby, freeze, mem (default: mem).
57 By default, if turbostat is found and the requested mode is freeze, sleepgraph
288 Execute a freeze with no wakeup (require keypress). Change output folder name.
290 \f(CW$ sudo sleepgraph -m freeze -rtcwake off -o "freeze-{hostname}-{date}-{time}"\fR
311 \f(CW$ sudo sleepgraph -m freeze -rtcwake 15 -multi 10 30\fR
315 \f(CW$ sudo sleepgraph -m freeze -rtcwake 15 -multi 24h 0\fR
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
Dfsl_rcpm.c284 static void rcpm_common_freeze_time_base(u32 *tben_reg, int freeze) in rcpm_common_freeze_time_base() argument
288 if (freeze) { in rcpm_common_freeze_time_base()
299 static void rcpm_v1_freeze_time_base(bool freeze) in rcpm_v1_freeze_time_base() argument
301 rcpm_common_freeze_time_base(&rcpm_v1_regs->ctbenr, freeze); in rcpm_v1_freeze_time_base()
304 static void rcpm_v2_freeze_time_base(bool freeze) in rcpm_v2_freeze_time_base() argument
306 rcpm_common_freeze_time_base(&rcpm_v2_regs->pctbenr, freeze); in rcpm_v2_freeze_time_base()
/kernel/linux/linux-4.19/drivers/base/power/
Dgeneric_ops.c109 * @dev: Device to freeze.
121 * @dev: Device to freeze.
132 * pm_generic_freeze - Generic freeze callback for subsystems.
133 * @dev: Device to freeze.
139 return pm && pm->freeze ? pm->freeze(dev) : 0; in pm_generic_freeze()
/kernel/linux/linux-5.10/drivers/base/power/
Dgeneric_ops.c107 * @dev: Device to freeze.
119 * @dev: Device to freeze.
130 * pm_generic_freeze - Generic freeze callback for subsystems.
131 * @dev: Device to freeze.
137 return pm && pm->freeze ? pm->freeze(dev) : 0; in pm_generic_freeze()

12345678910>>...38