Lines Matching refs:is_queued
1071 if (WARN_ON(timer->is_queued))
1115 WRITE_ONCE(timer->is_queued, HRTIMER_STATE_ENQUEUED);
1147 if (!timer->is_queued)
1151 WRITE_ONCE(timer->is_queued, newstate);
1187 if (timer->is_queued) {
1240 if (timer->is_queued) {
1259 debug_activate(timer, mode, timer->is_queued);
1263 WRITE_ONCE(timer->is_queued, HRTIMER_STATE_ENQUEUED);
1964 if (timer->is_queued || base->running == timer)
1981 * On the read side we ensure we observe timer->is_queued and cpu_base->running
2004 * Separate the ->running assignment from the ->is_queued assignment.
2008 * timer->is_queued == INACTIVE.
2047 if (restart == HRTIMER_RESTART && !timer->is_queued)
2051 * Separate the ->running assignment from the ->is_queued assignment.
2055 * timer->is_queued == INACTIVE.