Home
last modified time | relevance | path

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

/openbsd-src/sys/kern/
H A Dkern_clockintr.c167 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()
/openbsd-src/sys/sys/
H A Dclockintr.h109 volatile uint32_t cq_dispatch; /* [o] dispatch is running */ member