Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dhrtimer.h95 #define HRTIMER_STATE_ENQUEUED 0x01 macro
471 return !!(READ_ONCE(timer->state) & HRTIMER_STATE_ENQUEUED); in hrtimer_is_queued()
/Linux-v6.6/kernel/time/
Dhrtimer.c1050 if (WARN_ON(timer->state & HRTIMER_STATE_ENQUEUED)) in hrtimer_forward()
1092 WRITE_ONCE(timer->state, HRTIMER_STATE_ENQUEUED); in enqueue_hrtimer()
1116 if (!(state & HRTIMER_STATE_ENQUEUED)) in __remove_hrtimer()
1143 if (state & HRTIMER_STATE_ENQUEUED) { in remove_hrtimer()
1704 !(timer->state & HRTIMER_STATE_ENQUEUED)) in __run_hrtimer()
2208 __remove_hrtimer(timer, old_base, HRTIMER_STATE_ENQUEUED, 0); in migrate_hrtimer_list()