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