Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h140 #define PCS_WAITING 0x0400 /* Doing a wait on this socket */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c2280 if (sockp->pcs_flags & PCS_WAITING) { in pcic_intr()
5164 pcic->pc_sockets[socket].pcs_flags |= PCS_WAITING; in pcic_mswait()
5168 pcic->pc_sockets[socket].pcs_flags &= ~PCS_WAITING; in pcic_mswait()