Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhrtimer.h304 static inline int hrtimer_callback_running(struct hrtimer *timer) in hrtimer_callback_running() function
/linux/kernel/time/
H A Dhrtimer.c273 if (unlikely(hrtimer_callback_running(timer))) in switch_hrtimer_base()
1365 if (!hrtimer_callback_running(timer)) in hrtimer_try_to_cancel()
2280 BUG_ON(hrtimer_callback_running(timer)); in migrate_hrtimer_list()
/linux/sound/drivers/
H A Ddummy.c405 if (!hrtimer_callback_running(&dpcm->timer)) in dummy_hrtimer_stop()
/linux/kernel/sched/
H A Dfair.c6258 if (hrtimer_callback_running(refresh_timer)) in runtime_refresh_within()