Searched refs:queues (Results 1 – 13 of 13) sorted by relevance
111 circle_queue_init(&rq->queues[i]); in run_queue_init()129 circle_queue_t queue = &rq->queues[rq->highq]; in run_queue_dequeue()166 circle_queue_t queue = &rq->queues[thread->sched_pri]; in run_queue_enqueue()204 circle_queue_t queue = &rq->queues[thread->sched_pri]; in run_queue_remove()236 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
253 circle_queue_head_t queues[NRQS]; /* one for each priority */ member
271 #pragma mark SMR queues1153 #pragma mark implementation details: SMR queues
3991 circle_queue_init(&rq->queues[i]); in run_queue_init()4010 circle_queue_t queue = &rq->queues[rq->highq]; in run_queue_dequeue()4049 circle_queue_t queue = &rq->queues[thread->sched_pri]; in run_queue_enqueue()4090 circle_queue_t queue = &rq->queues[thread->sched_pri]; in run_queue_remove()4124 circle_queue_t queue = &rq->queues[rq->highq]; in run_queue_peek()6934 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
93 or reclaimed page that we remove from one of the inactive/anonymous queues below.103 The following page queues are eligible to be reclaimed from:114 - If the queues of interest are all empty, block for 50ms. There is nothing118 - If the compressor queues are full ("throttled"):157 page-queues). As such, `pageout_scan` cannot block if the lock is currently
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()