Searched defs:umtx (Results 1 – 4 of 4) sorted by relevance
36 struct umtx { struct37 volatile unsigned long u_owner; /* Owner of the mutex. */
2654 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member 2657 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member
920 do_lock_umtx(struct thread *td, struct umtx *umtx, u_long id, in do_lock_umtx()1038 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