Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dptem.h53 #define OFLOW_CTL 0x2 /* Outflow control on */ macro
/titanic_41/usr/src/uts/common/io/
H A Dptem.c419 if (ntp->state & OFLOW_CTL) { in ptemrput()
420 ntp->state &= ~OFLOW_CTL; in ptemrput()
500 ntp->state |= OFLOW_CTL; in ptemwput()
508 ntp->state &= ~OFLOW_CTL; in ptemwput()
867 if (ntp->state & OFLOW_CTL) in ptemwmsg()