Home
last modified time | relevance | path

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

/kernel/power/
DKconfig49 functions from <linux/resume-trace.h> as well as the
50 <asm/resume-trace.h> header with a TRACE_RESUME() macro.
57 bool "Suspend/resume event tracing"
65 during suspend (or more commonly, during resume).
73 set to an invalid time after a resume.
98 bool "Test suspend/resume and wakealarm during bootup"
175 back when it should resume.
183 to the screen and notifies user-space when it should resume.
195 after placing resume=/dev/swappartition on the kernel command line
208 boot, pass the 'resume=/dev/swappartition' argument to the kernel to
[all …]
Dearlysuspend.c135 if (pos->resume != NULL) in late_resume()
136 pos->resume(pos); in late_resume()
Dconsoleearlysuspend.c62 .resume = console_late_resume,
Dfbearlysuspend.c63 .resume = start_drawing_late_resume,
Ddisk.c852 power_attr(resume);
/kernel/
Dacct.c115 sector_t resume; in check_free_space() local
128 resume = sbuf.f_blocks * RESUME; in check_free_space()
131 sector_div(resume, 100); in check_free_space()
135 else if (sbuf.f_bavail >= resume) in check_free_space()
Dsignal.c502 void signal_wake_up(struct task_struct *t, int resume) in signal_wake_up() argument
516 if (resume) in signal_wake_up()
/kernel/time/
Dclocksource.c226 if (cs->resume) in clocksource_resume()
227 cs->resume(); in clocksource_resume()
Dtimekeeping.c371 .resume = timekeeping_resume,