Searched defs:umtx (Results 1 – 4 of 4) sorted by relevance
36 struct umtx { struct37 volatile unsigned long u_owner; /* Owner of the mutex. */
2636 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member2639 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member
911 do_lock_umtx(struct thread *td, struct umtx *umtx, u_long id, in do_lock_umtx()1029 do_unlock_umtx(struct thread *td, struct umtx *umtx, u_long id) in do_unlock_umtx()
1059 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member1062 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member