Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dptem.h51 #define OFLOW_CTL 0x2 /* Outflow control on */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dptem.c418 if (ntp->state & OFLOW_CTL) { in ptemrput()
419 ntp->state &= ~OFLOW_CTL; in ptemrput()
502 ntp->state |= OFLOW_CTL; in ptemwput()
510 ntp->state &= ~OFLOW_CTL; in ptemwput()
872 if (ntp->state & OFLOW_CTL) in ptemwmsg()