Lines Matching refs:umtx_q
354 struct umtx_q *
357 struct umtx_q *uq; in umtxq_alloc()
359 uq = malloc(sizeof(struct umtx_q), M_UMTX, M_WAITOK | M_ZERO); in umtxq_alloc()
369 umtxq_free(struct umtx_q *uq) in umtxq_free()
476 umtxq_insert_queue(struct umtx_q *uq, int q) in umtxq_insert_queue()
510 umtxq_remove_queue(struct umtx_q *uq, int q) in umtxq_remove_queue()
559 umtxq_count_pi(struct umtx_key *key, struct umtx_q **first) in umtxq_count_pi()
580 struct umtx_q *uq, *uq_temp; in umtxq_signal_mask()
607 struct umtx_q *uq; in umtxq_signal_queue()
628 umtxq_signal_thread(struct umtx_q *uq) in umtxq_signal_thread()
648 struct umtx_q *uq, *uq_temp; in umtxq_requeue()
821 umtxq_sleep(struct umtx_q *uq, const char *wmesg, in umtxq_sleep()
924 struct umtx_q *uq; in do_lock_umtx()
1105 struct umtx_q *uq; in do_lock_umtx32()
1286 struct umtx_q *uq; in do_wait()
1359 struct umtx_q *uq; in do_lock_normal()
1774 struct umtx_q *uq, *uq1, *uq2; in umtx_pi_adjust_thread()
1815 struct umtx_q *uq_owner; in umtx_pi_next()
1860 struct umtx_q *uq; in umtx_propagate_priority()
1909 struct umtx_q *uq, *uq_owner; in umtx_repropagate_priority()
1945 struct umtx_q *uq_owner; in umtx_pi_setowner()
1972 struct umtx_q *uq; in umtx_pi_claim()
2008 struct umtx_q *uq; in umtx_pi_adjust()
2028 umtxq_sleep_pi(struct umtx_q *uq, struct umtx_pi *pi, uint32_t owner, in umtxq_sleep_pi()
2032 struct umtx_q *uq1; in umtxq_sleep_pi()
2166 struct umtx_q *uq_first, *uq_first2, *uq_me; in umtx_pi_drop()
2235 struct umtx_q *uq; in do_lock_pi()
2530 struct umtx_q *uq, *uq2; in do_lock_pp()
2698 struct umtx_q *uq, *uq2; in do_unlock_pp()
2781 struct umtx_q *uq; in do_set_ceiling()
2940 struct umtx_q *uq; in do_cv_wait()
3098 struct umtx_q *uq; in do_rw_rdlock()
3285 struct umtx_q *uq; in do_rw_wrlock()
3482 struct umtx_q *uq; in do_rw_unlock()
3582 struct umtx_q *uq; in do_sem_wait()
3691 struct umtx_q *uq; in do_sem2_wait()
5075 struct umtx_q *uq; in umtx_thread_alloc()
5218 struct umtx_q *uq; in umtx_thread_cleanup()