Home
last modified time | relevance | path

Searched refs:TIMER_STATUS_invalid (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dtimer.h40 #define TIMER_STATUS_invalid 0 /* Should never see this. */ macro
/xen-4.10.0-shim-comet/xen/common/
A Dtimer.c191 t->status = TIMER_STATUS_invalid; in remove_entry()
200 ASSERT(t->status == TIMER_STATUS_invalid); in add_entry()
217 timer->status = TIMER_STATUS_invalid; in activate_timer()
498 t->status = TIMER_STATUS_invalid; in timer_softirq_action()
A Dsched_rt.c709 ASSERT(prv->repl_timer->status == TIMER_STATUS_invalid || in rt_deinit()
734 if ( prv->repl_timer->status == TIMER_STATUS_invalid ) in rt_init_pdata()
772 if ( prv->repl_timer->status == TIMER_STATUS_invalid || in rt_switch_sched()

Completed in 7 milliseconds