Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/linux/
Dsched.h2286 static inline void sched_clock_idle_wakeup_event(u64 delta_ns) in sched_clock_idle_wakeup_event() function
2302 extern void sched_clock_idle_wakeup_event(u64 delta_ns);
2329 extern void sched_clock_idle_wakeup_event(u64 delta_ns);
/linux-4.4.14/arch/x86/kernel/
Dtsc.c279 sched_clock_idle_wakeup_event(0); in set_cyc2ns_scale()
/linux-4.4.14/kernel/time/
Dtick-sched.c463 sched_clock_idle_wakeup_event(0); in tick_nohz_stop_idle()