Home
last modified time | relevance | path

Searched refs:HRTIMER_STATE_CALLBACK (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dhrtimer.h82 #define HRTIMER_STATE_CALLBACK 0x02 macro
414 return timer->state & HRTIMER_STATE_CALLBACK; in hrtimer_callback_running()
/linux-4.1.27/kernel/time/
Dhrtimer.c929 state = timer->state & HRTIMER_STATE_CALLBACK; in remove_hrtimer()
1209 __remove_hrtimer(timer, base, HRTIMER_STATE_CALLBACK, 0); in __run_hrtimer()
1230 BUG_ON(timer->state != HRTIMER_STATE_CALLBACK); in __run_hrtimer()
1234 WARN_ON_ONCE(!(timer->state & HRTIMER_STATE_CALLBACK)); in __run_hrtimer()
1236 timer->state &= ~HRTIMER_STATE_CALLBACK; in __run_hrtimer()