Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dumtx.h195 struct umtx_key { struct
222 umtx_key_match(const struct umtx_key *k1, const struct umtx_key *k2) in umtx_key_match() argument
230 int umtx_key_get(void *, int, int, struct umtx_key *);
231 void umtx_key_release(struct umtx_key *);
/freebsd-10-stable/sys/kern/
Dkern_umtx.c91 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 …]
/freebsd-10-stable/sys/compat/linux/
Dlinux_futex.c202 struct umtx_key f_key;
356 struct umtx_key key; in futex_get0()