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

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

Completed in 217 milliseconds