Searched refs:umtx_key (Results 1 – 3 of 3) sorted by relevance
195 struct umtx_key { struct222 umtx_key_match(const struct umtx_key *k1, const struct umtx_key *k2) in umtx_key_match() argument230 int umtx_key_get(void *, int, int, struct umtx_key *);231 void umtx_key_release(struct umtx_key *);
91 struct umtx_key pi_key;100 struct umtx_key uq_key;137 struct umtx_key key;217 static void umtxq_hash(struct umtx_key *key);218 static struct umtxq_chain *umtxq_getchain(struct umtx_key *key);219 static void umtxq_lock(struct umtx_key *key);220 static void umtxq_unlock(struct umtx_key *key);221 static void umtxq_busy(struct umtx_key *key);222 static void umtxq_unbusy(struct umtx_key *key);226 static int umtxq_count(struct umtx_key *key);[all …]
202 struct umtx_key f_key;356 struct umtx_key key; in futex_get0()