Home
last modified time | relevance | path

Searched refs:SQS_WORKER (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/uts/common/inet/
H A Dsqueue.c825 if ((now < expire) || (proc_type == SQS_WORKER)) { in squeue_drain()
840 if (proc_type == SQS_WORKER) in squeue_drain()
868 if ((proc_type == SQS_WORKER) && (sqp->sq_state & SQS_POLLING)) { in squeue_drain()
914 if ((proc_type != SQS_WORKER) && in squeue_drain()
1089 if (sqp->sq_first != NULL && !(sqp->sq_state & SQS_WORKER)) { in squeue_polling_thread()
1134 !(sqp->sq_state & SQS_WORKER)) { in squeue_polling_thread()
1188 SQS_POLL_QUIESCE_DONE | SQS_PROC | SQS_WORKER)) == in squeue_worker_thr_control()
1189 (SQS_POLL_QUIESCE_DONE | SQS_PROC | SQS_WORKER)); in squeue_worker_thr_control()
1200 SQS_WORKER); in squeue_worker_thr_control()
1220 sqp->sq_state |= (SQS_PROC | SQS_WORKER); in squeue_worker_thr_control()
[all …]
/onnv-gate/usr/src/uts/common/sys/
H A Dsqueue_impl.h136 #define SQS_WORKER 0x00000002 /* worker thread */ macro
/onnv-gate/usr/src/uts/common/inet/nca/
H A Dnca.h175 #define SQS_WORKER 0x0002 /* worker thread */ macro