Home
last modified time | relevance | path

Searched defs:umtxq_chain (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dumtxvar.h166 struct umtxq_chain { struct
168 struct mtx uc_lock;
171 struct umtxq_list uc_queue[2];
178 char uc_busy;
181 int uc_waiters;
187 u_int length;
211 struct umtxq_chain *umtxq_getchain(struct umtx_key *); argument