Home
last modified time | relevance | path

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

/kernel/power/
DKconfig9 suspend-to-RAM state (e.g. the ACPI S3 state).
12 bool "Enable freezer for suspend to RAM/standby" \
17 This allows you to turn off the freezer for suspend. If this is
18 done, no tasks are frozen for suspend to RAM/standby.
23 bool "Skip kernel's sys_sync() on suspend to RAM/standby"
29 of suspend, or they are content with invoking sync() from
30 user-space before invoking suspend. There's a run-time switch
39 bool "Hibernation (aka 'suspend to disk')"
46 Enable the suspend to disk (STD) functionality, which is usually
50 You can suspend your machine with 'echo disk > /sys/power/state'
[all …]
/kernel/
Dacct.c113 u64 suspend = sbuf.f_blocks * SUSPEND; in check_free_space() local
114 do_div(suspend, 100); in check_free_space()
115 if (sbuf.f_bavail <= suspend) { in check_free_space()
Dcpu_pm.c204 .suspend = cpu_pm_suspend,
/kernel/irq/
Dgeneric-chip.c606 if (gc->suspend) in irq_gc_suspend()
607 gc->suspend(gc); in irq_gc_suspend()
652 .suspend = irq_gc_suspend,
/kernel/time/
Dclocksource.c582 if (cs->suspend || cs->resume) { in __clocksource_suspend_select()
706 if (cs->suspend) in clocksource_suspend()
707 cs->suspend(cs); in clocksource_suspend()
Dclockevents.c597 if (dev->suspend && !clockevent_state_detached(dev)) in clockevents_suspend()
598 dev->suspend(dev); in clockevents_suspend()
Dsched_clock.c290 .suspend = sched_clock_suspend,
Dalarmtimer.c910 .suspend = alarmtimer_suspend,
Dtimekeeping.c1884 .suspend = timekeeping_suspend,