Searched refs:suspend (Results 1 – 10 of 10) sorted by relevance
/kernel/power/ |
D | Kconfig | 8 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 …]
|
D | suspend_time.c | 95 .suspend = suspend_time_syscore_suspend,
|
/kernel/ |
D | acct.c | 106 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()
|
D | cpu_pm.c | 223 .suspend = cpu_pm_suspend,
|
/kernel/time/ |
D | clockevents.c | 409 if (dev->suspend) in clockevents_suspend() 410 dev->suspend(dev); in clockevents_suspend()
|
D | clocksource.c | 464 if (cs->suspend) in clocksource_suspend() 465 cs->suspend(cs); in clocksource_suspend()
|
D | alarmtimer.c | 769 .suspend = alarmtimer_suspend,
|
D | timekeeping.c | 1023 .suspend = timekeeping_suspend,
|
/kernel/irq/ |
D | generic-chip.c | 363 .suspend = irq_gc_suspend,
|
D | manage.c | 360 void __disable_irq(struct irq_desc *desc, unsigned int irq, bool suspend) in __disable_irq() argument 362 if (suspend) { in __disable_irq()
|