Searched refs:dst_turnstile (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | turnstile.c | 132 turnstile_update_turnstile_promotion_locked(struct turnstile *dst_turnstile, 135 turnstile_update_turnstile_promotion(struct turnstile *dst_turnstile, 138 turnstile_need_turnstile_promotion_update(struct turnstile *dst_turnstile, 141 turnstile_add_turnstile_promotion(struct turnstile *dst_turnstile, 144 turnstile_remove_turnstile_promotion(struct turnstile *dst_turnstile, 147 turnstile_update_thread_promotion_locked(struct turnstile *dst_turnstile, 150 turnstile_need_thread_promotion_update(struct turnstile *dst_turnstile, 1557 struct turnstile *dst_turnstile, in turnstile_need_thread_promotion_update() argument 1564 &dst_turnstile->ts_waitq.waitq_prio_queue, in turnstile_need_thread_promotion_update() 1567 int priority = turnstile_compute_thread_push(dst_turnstile, thread); in turnstile_need_thread_promotion_update() [all …]
|