Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dhrtimer.c220 if (unlikely(hrtimer_callback_running(timer))) in switch_hrtimer_base()
582 if (hrtimer_callback_running(timer)) in hrtimer_reprogram()
1067 if (!hrtimer_callback_running(timer)) in hrtimer_try_to_cancel()
1641 BUG_ON(hrtimer_callback_running(timer)); in migrate_hrtimer_list()
/linux-4.1.27/include/linux/
Dhrtimer.h412 static inline int hrtimer_callback_running(struct hrtimer *timer) in hrtimer_callback_running() function
/linux-4.1.27/kernel/sched/
Dfair.c3862 if (hrtimer_callback_running(refresh_timer)) in runtime_refresh_within()
/linux-4.1.27/kernel/events/
Dcore.c837 if (!hrtimer_callback_running(hr)) in perf_cpu_hrtimer_restart()