Home
last modified time | relevance | path

Searched refs:sched_clock_idle_wakeup_event (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/kernel/sched/
Dclock.c351 void sched_clock_idle_wakeup_event(u64 delta_ns) in sched_clock_idle_wakeup_event() function
359 EXPORT_SYMBOL_GPL(sched_clock_idle_wakeup_event);
/linux-4.1.27/include/linux/
Dsched.h2188 static inline void sched_clock_idle_wakeup_event(u64 delta_ns) in sched_clock_idle_wakeup_event() function
2204 extern void sched_clock_idle_wakeup_event(u64 delta_ns);
2231 extern void sched_clock_idle_wakeup_event(u64 delta_ns);
/linux-4.1.27/arch/x86/kernel/
Dtsc.c270 sched_clock_idle_wakeup_event(0); in set_cyc2ns_scale()
/linux-4.1.27/kernel/time/
Dtick-sched.c474 sched_clock_idle_wakeup_event(0); in tick_nohz_stop_idle()