Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhrtimer.h81 #define HRTIMER_STATE_ENQUEUED 0x01 macro
405 return timer->state & HRTIMER_STATE_ENQUEUED; in hrtimer_is_queued()
/linux-4.1.27/kernel/time/
Dhrtimer.c859 timer->state |= HRTIMER_STATE_ENQUEUED; in enqueue_hrtimer()
879 if (!(timer->state & HRTIMER_STATE_ENQUEUED)) in __remove_hrtimer()