Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dio.c50 STATE_SCHED, enumerator
65 if ( test_and_set_bit(STATE_SCHED, &pirq_dpci->state) ) in raise_softirq_for()
86 if ( pirq_dpci->state & ((1 << STATE_RUN) | (1 << STATE_SCHED)) ) in pt_pirq_softirq_active()
110 switch ( cmpxchg(&pirq_dpci->state, 1 << STATE_SCHED, 0) ) in pt_pirq_softirq_reset()
112 case (1 << STATE_SCHED): in pt_pirq_softirq_reset()
120 case (1 << STATE_RUN) | (1 << STATE_SCHED): in pt_pirq_softirq_reset()
1055 if ( test_and_clear_bit(STATE_SCHED, &pirq_dpci->state) ) in dpci_softirq()

Completed in 4 milliseconds