Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_umtx.c109 struct umtx_key pi_key; member
1667 uc = umtxq_getchain(&pi->pi_key); in umtxq_sleep_pi()
1729 UMTXQ_LOCKED_ASSERT(umtxq_getchain(&pi->pi_key)); in umtx_pi_ref()
1742 uc = umtxq_getchain(&pi->pi_key); in umtx_pi_unref()
1770 if (umtx_key_match(&pi->pi_key, key)) { in umtx_pi_lookup()
1785 uc = umtxq_getchain(&pi->pi_key); in umtx_pi_insert()
1829 new_pi->pi_key = uq->uq_key; in do_lock_pi()