Home
last modified time | relevance | path

Searched refs:scb_runqlink (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/osfmk/kern/
H A Dsched_clutch.h245 queue_chain_t scb_runqlink; member
H A Dsched_clutch.c493 return cqe_queue_first(queue, struct sched_clutch_bucket, scb_runqlink); in sched_clutch_bucket_runq_peek()
512 circle_enqueue_tail(queue, &clutch_bucket->scb_runqlink); in sched_clutch_bucket_runq_enqueue()
519 circle_enqueue_head(queue, &clutch_bucket->scb_runqlink); in sched_clutch_bucket_runq_enqueue()
525 circle_enqueue_tail(queue, &clutch_bucket->scb_runqlink); in sched_clutch_bucket_runq_enqueue()
542 circle_dequeue(queue, &clutch_bucket->scb_runqlink); in sched_clutch_bucket_runq_remove()
557 assert(clutch_bucket == cqe_queue_first(queue, struct sched_clutch_bucket, scb_runqlink)); in sched_clutch_bucket_runq_rotate()