Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dio.c51 STATE_RUN enumerator
86 if ( pirq_dpci->state & ((1 << STATE_RUN) | (1 << STATE_SCHED)) ) in pt_pirq_softirq_active()
119 case (1 << STATE_RUN): in pt_pirq_softirq_reset()
120 case (1 << STATE_RUN) | (1 << STATE_SCHED): in pt_pirq_softirq_reset()
1040 if ( test_and_set_bit(STATE_RUN, &pirq_dpci->state) ) in dpci_softirq()
1060 clear_bit(STATE_RUN, &pirq_dpci->state); in dpci_softirq()

Completed in 5 milliseconds