Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_umtx.c924 uq = td->td_umtxq; in do_wait()
997 uq = td->td_umtxq; in do_lock_normal()
1411 uq = td->td_umtxq; in umtx_pi_adjust_thread()
1496 uq = td->td_umtxq; in umtx_propagate_priority()
1641 uq = td->td_umtxq; in umtx_pi_adjust()
1804 uq = td->td_umtxq; in do_lock_pi()
2141 uq = td->td_umtxq; in do_lock_pp()
2305 uq = td->td_umtxq; in do_unlock_pp()
2394 uq = td->td_umtxq; in do_set_ceiling()
2543 uq = td->td_umtxq; in do_cv_wait()
[all …]
/f-stack/freebsd/sys/
H A Dproc.h246 struct umtx_q *td_umtxq; /* (c?) Link for when we're blocked. */ member