Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dsqueue.c729 if (proc_type != SQS_WORKER && STACK_BIAS + (uintptr_t)getfp() - in squeue_drain()
849 if ((now < expire) || (proc_type == SQS_WORKER)) { in squeue_drain()
864 if (proc_type == SQS_WORKER) in squeue_drain()
892 if ((proc_type == SQS_WORKER) && (sqp->sq_state & SQS_POLLING)) { in squeue_drain()
938 if ((proc_type != SQS_WORKER) && in squeue_drain()
1113 if (sqp->sq_first != NULL && !(sqp->sq_state & SQS_WORKER)) { in squeue_polling_thread()
1158 !(sqp->sq_state & SQS_WORKER)) { in squeue_polling_thread()
1212 SQS_POLL_QUIESCE_DONE | SQS_PROC | SQS_WORKER)) == in squeue_worker_thr_control()
1213 (SQS_POLL_QUIESCE_DONE | SQS_PROC | SQS_WORKER)); in squeue_worker_thr_control()
1224 SQS_WORKER); in squeue_worker_thr_control()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dsqueue_impl.h136 #define SQS_WORKER 0x00000002 /* worker thread */ macro
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h175 #define SQS_WORKER 0x0002 /* worker thread */ macro