Searched refs:resume (Results 1 – 9 of 9) sorted by relevance
49 functions from <linux/resume-trace.h> as well as the50 <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 line208 boot, pass the 'resume=/dev/swappartition' argument to the kernel to[all …]
135 if (pos->resume != NULL) in late_resume()136 pos->resume(pos); in late_resume()
62 .resume = console_late_resume,
63 .resume = start_drawing_late_resume,
852 power_attr(resume);
115 sector_t resume; in check_free_space() local128 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()
502 void signal_wake_up(struct task_struct *t, int resume) in signal_wake_up() argument516 if (resume) in signal_wake_up()
226 if (cs->resume) in clocksource_resume()227 cs->resume(); in clocksource_resume()
371 .resume = timekeeping_resume,