Searched refs:HRTIMER_STATE_CALLBACK (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dhrtimer.h73 * to preserve the HRTIMER_STATE_CALLBACK in the above scenario. This
82 #define HRTIMER_STATE_CALLBACK 0x02 macro
414 return timer->state & HRTIMER_STATE_CALLBACK; hrtimer_callback_running()
/linux-4.1.27/kernel/time/
H A Dhrtimer.c559 * Note, that in case the state has HRTIMER_STATE_CALLBACK set, no reprogramming
929 state = timer->state & HRTIMER_STATE_CALLBACK; remove_hrtimer()
1209 __remove_hrtimer(timer, base, HRTIMER_STATE_CALLBACK, 0); __run_hrtimer()
1230 BUG_ON(timer->state != HRTIMER_STATE_CALLBACK); __run_hrtimer()
1234 WARN_ON_ONCE(!(timer->state & HRTIMER_STATE_CALLBACK)); __run_hrtimer()
1236 timer->state &= ~HRTIMER_STATE_CALLBACK; __run_hrtimer()
/linux-4.1.27/drivers/rtc/
H A Dinterface.c693 * we could run into BUG_ON(timer->state != HRTIMER_STATE_CALLBACK); rtc_update_hrtimer()

Completed in 260 milliseconds