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