Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pv/
Dxenstore.c132 uint32_t xsr_rsp_cons; member
330 uint32_t cons = req ? xsr->xsr_req_cons : xsr->xsr_rsp_cons; in xs_ring_avail()
486 uint32_t cons = xsr->xsr_rsp_cons & (XS_RING_SIZE - 1); in xs_ring_get()
505 xsr->xsr_rsp_cons += size; in xs_ring_get()
522 if (xsr->xsr_rsp_cons == xsr->xsr_rsp_prod) in xs_intr()