Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c615 if (proc_type != SQS_WORKER && STACK_BIAS + (uintptr_t)getfp() - in squeue_drain()
728 if ((now < expire) || (proc_type == SQS_WORKER)) { in squeue_drain()
743 if (proc_type == SQS_WORKER) in squeue_drain()
769 if ((proc_type == SQS_WORKER) && (sqp->sq_state & SQS_POLLING)) { in squeue_drain()
811 if ((proc_type != SQS_WORKER) && in squeue_drain()
987 if (sqp->sq_first != NULL && !(sqp->sq_state & SQS_WORKER)) { in squeue_polling_thread()
1031 !(sqp->sq_state & SQS_WORKER)) { in squeue_polling_thread()
1086 SQS_POLL_QUIESCE_DONE | SQS_PROC | SQS_WORKER)) == in squeue_worker_thr_control()
1087 (SQS_POLL_QUIESCE_DONE | SQS_PROC | SQS_WORKER)); in squeue_worker_thr_control()
1098 SQS_WORKER); in squeue_worker_thr_control()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsqueue_impl.h133 #define SQS_WORKER 0x00000002 /* worker thread */ macro