Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dsqueue.c1154 sqp->sq_state |= SQS_PROC_HELD; in squeue_polling_thread()
1211 ASSERT((sqp->sq_state & (SQS_PROC_HELD | in squeue_worker_thr_control()
1234 if (sqp->sq_state & SQS_PROC_HELD) { in squeue_worker_thr_control()
1266 sqp->sq_state &= ~(SQS_POLL_CAPAB | SQS_GET_PKTS | SQS_PROC_HELD); in squeue_worker_thr_control()
1323 if (sqp->sq_state & SQS_PROC_HELD) in squeue_worker()
1358 if (sqp->sq_state & SQS_PROC_HELD) in squeue_worker()
1359 sqp->sq_state &= ~SQS_PROC_HELD; in squeue_worker()
/titanic_41/usr/src/uts/common/sys/
H A Dsqueue_impl.h152 #define SQS_PROC_HELD 0x00004000 /* SQS_PROC is held by the caller */ macro