Searched refs:SQS_PROC_HELD (Results 1 – 2 of 2) sorted by relevance
1027 sqp->sq_state |= SQS_PROC_HELD; in squeue_polling_thread()1085 ASSERT((sqp->sq_state & (SQS_PROC_HELD | in squeue_worker_thr_control()1108 if (sqp->sq_state & SQS_PROC_HELD) { in squeue_worker_thr_control()1140 sqp->sq_state &= ~(SQS_POLL_CAPAB | SQS_GET_PKTS | SQS_PROC_HELD); in squeue_worker_thr_control()1197 if (sqp->sq_state & SQS_PROC_HELD) in squeue_worker()1232 if (sqp->sq_state & SQS_PROC_HELD) in squeue_worker()1233 sqp->sq_state &= ~SQS_PROC_HELD; in squeue_worker()
148 #define SQS_PROC_HELD 0x00004000 /* SQS_PROC is held by the caller */ macro