Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhrtimer.h323 static inline int hrtimer_callback_running(struct hrtimer *timer) in hrtimer_callback_running() function
/linux/kernel/time/
H A Dhrtimer.c136 * such that hrtimer_callback_running() can unconditionally dereference
272 if (unlikely(hrtimer_callback_running(timer))) in switch_hrtimer_base()
1364 if (!hrtimer_callback_running(timer)) in hrtimer_try_to_cancel()
2256 BUG_ON(hrtimer_callback_running(timer)); in migrate_hrtimer_list()
/linux/kernel/sched/
H A Dfair.c6231 if (hrtimer_callback_running(refresh_timer)) in runtime_refresh_within()