Searched refs:HRTIMER_STATE_CALLBACK (Results 1 – 2 of 2) sorted by relevance
82 #define HRTIMER_STATE_CALLBACK 0x02 macro414 return timer->state & HRTIMER_STATE_CALLBACK; in hrtimer_callback_running()
929 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()