Searched refs:suspend (Results 1 – 9 of 9) sorted by relevance
9 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 is18 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() from30 user-space before invoking suspend. Say Y if that's your case.36 bool "Hibernation (aka 'suspend to disk')"43 Enable the suspend to disk (STD) functionality, which is usually47 You can suspend your machine with 'echo disk > /sys/power/state'[all …]
113 u64 suspend = sbuf.f_blocks * SUSPEND; in check_free_space() local114 do_div(suspend, 100); in check_free_space()115 if (sbuf.f_bavail <= suspend) { in check_free_space()
190 .suspend = cpu_pm_suspend,
592 if (gc->suspend) in irq_gc_suspend()593 gc->suspend(gc); in irq_gc_suspend()638 .suspend = irq_gc_suspend,
474 if (cs->suspend || cs->resume) { in __clocksource_suspend_select()598 if (cs->suspend) in clocksource_suspend()599 cs->suspend(cs); in clocksource_suspend()
597 if (dev->suspend && !clockevent_state_detached(dev)) in clockevents_suspend()598 dev->suspend(dev); in clockevents_suspend()
298 .suspend = sched_clock_suspend,
858 .suspend = alarmtimer_suspend,
1808 .suspend = timekeeping_suspend,