Searched refs:queues (Results 1 – 12 of 12) sorted by relevance
110 circle_queue_init(&rq->queues[i]); in run_queue_init()128 circle_queue_t queue = &rq->queues[rq->highq]; in run_queue_dequeue()165 circle_queue_t queue = &rq->queues[thread->sched_pri]; in run_queue_enqueue()203 circle_queue_t queue = &rq->queues[thread->sched_pri]; in run_queue_remove()235 circle_queue_t queue = &rq->queues[rq->highq]; in run_queue_peek()
68 * All blocks submitted to dispatch queues are dequeued in FIFO order.77 …* @discussion Creates a new dispatch queue object. All queues are currently serial, executing one…109 * @discussion Returns a pointer to the queues name. Only valid while the queue is retained.110 * @return C-string pointer in the queues internal storage.121 * @return C-string pointer in the queues internal storage.173 …* @brief Log the current execution context with respect to any queues the current thread hol…
862 #pragma mark wait queues lifecycle890 #pragma mark port wait queues and port set waitq sets1050 #pragma mark select wait queues and select port set waitq sets
248 circle_queue_head_t queues[NRQS]; /* one for each priority */ member
271 #pragma mark SMR queues1153 #pragma mark implementation details: SMR queues
4313 circle_queue_init(&rq->queues[i]); in run_queue_init()4332 circle_queue_t queue = &rq->queues[rq->highq]; in run_queue_dequeue()4371 circle_queue_t queue = &rq->queues[thread->sched_pri]; in run_queue_enqueue()4412 circle_queue_t queue = &rq->queues[thread->sched_pri]; in run_queue_remove()4446 circle_queue_t queue = &rq->queues[rq->highq]; in run_queue_peek()7782 circle_queue_t queue = &runq->queues[queue_index]; in runq_scan()
368 #pragma mark global wait queues
182 TAILQ_INIT(&ruleset->rules[i].queues[0]); in pf_init_ruleset()183 TAILQ_INIT(&ruleset->rules[i].queues[1]); in pf_init_ruleset()184 ruleset->rules[i].active.ptr = &ruleset->rules[i].queues[0]; in pf_init_ruleset()185 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1]; in pf_init_ruleset()
1214 struct pf_rulequeue queues[2]; member
25 populating queues of tasks to be put into the stackshot and collecting bits of29 The other CPUs begin chipping away at the queues, and the main CPU joins45 there are two, and tasks are sorted between the queues based on their
207 thread_circleq = thread_runq.queues[pri]590 runq_queue_count = sizeof(runq.queues) // sizeof(runq.queues[0])593 runq_queue_head = addressof(runq.queues[runq_queue_i])
33 queues = list()