Searched refs:_QINSERTING (Results 1 – 4 of 4) sorted by relevance
187 #define _QINSERTING 0x04000000 /* Private, module is being inserted */ macro
574 (q->q_flag & _QINSERTING)) in qprocson()
1189 rq->q_flag |= _QINSERTING; in qattach()1206 rq->q_flag &= ~_QINSERTING; in qattach()4753 if (new->q_flag & _QINSERTING) { in insertq()4783 new->q_flag &= ~_QINSERTING; in insertq()7638 ASSERT(!(rnew->q_flag & _QINSERTING)); in set_nfsrv_ptr()7690 if (rnew->q_flag & _QINSERTING) { in set_nfsrv_ptr()
93 { SF(_QINSERTING), "module is inserted with _I_INSERT" },