Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 10 of 10) sorted by relevance

/kernel/power/
DKconfig8 suspend-to-RAM state (e.g. the ACPI S3 state).
11 bool "Enable freezer for suspend to RAM/standby" \
16 This allows you to turn off the freezer for suspend. If this is
17 done, no tasks are frozen for suspend to RAM/standby.
33 bool "Hibernation (aka 'suspend to disk')"
40 Enable the suspend to disk (STD) functionality, which is usually
44 You can suspend your machine with 'echo disk > /sys/power/state'
49 from <http://suspend.sf.net>.
53 of the reasons to use software suspend is that the firmware hooks
54 for suspend states like suspend-to-RAM (STR) often don't work very
[all …]
Dsuspend_time.c95 .suspend = suspend_time_syscore_suspend,
/kernel/
Dacct.c106 u64 suspend; in check_free_space() local
117 suspend = sbuf.f_blocks * SUSPEND; in check_free_space()
120 do_div(suspend, 100); in check_free_space()
123 if (sbuf.f_bavail <= suspend) in check_free_space()
Dcpu_pm.c223 .suspend = cpu_pm_suspend,
/kernel/time/
Dclockevents.c409 if (dev->suspend) in clockevents_suspend()
410 dev->suspend(dev); in clockevents_suspend()
Dclocksource.c464 if (cs->suspend) in clocksource_suspend()
465 cs->suspend(cs); in clocksource_suspend()
Dalarmtimer.c769 .suspend = alarmtimer_suspend,
Dtimekeeping.c1023 .suspend = timekeeping_suspend,
/kernel/irq/
Dgeneric-chip.c363 .suspend = irq_gc_suspend,
Dmanage.c360 void __disable_irq(struct irq_desc *desc, unsigned int irq, bool suspend) in __disable_irq() argument
362 if (suspend) { in __disable_irq()