Searched refs:SQS_WORKER (Results 1 – 3 of 3) sorted by relevance
825 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 …]
136 #define SQS_WORKER 0x00000002 /* worker thread */ macro
175 #define SQS_WORKER 0x0002 /* worker thread */ macro