Searched refs:cq_dispatch (Results 1 – 2 of 2) sorted by relevance
167 if (cq->cq_dispatch != 0) in clockintr_dispatch() 169 cq->cq_dispatch = 1; in clockintr_dispatch() 264 if (cq->cq_dispatch != 1) in clockintr_dispatch() 265 panic("%s: unexpected value: %u", __func__, cq->cq_dispatch); in clockintr_dispatch() 266 cq->cq_dispatch = 0; in clockintr_dispatch()
109 volatile uint32_t cq_dispatch; /* [o] dispatch is running */ member