Searched refs:DQ_LWANT (Results 1 – 2 of 2) sorted by relevance
192 dq->dq_lflags |= DQ_LWANT; in dq_lock_internal()204 int wanted = dq->dq_lflags & DQ_LWANT; in dq_unlock_internal()206 dq->dq_lflags &= ~(DQ_LLOCK | DQ_LWANT); in dq_unlock_internal()
309 #define DQ_LWANT 0x02 /* wakeup on unlock */ macro