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

/freebsd-10.0-release/sys/sys/
H A Dumtx.h178 * The umtx_key structure is used by both the Linux futex code and the
195 struct umtx_key { struct
222 umtx_key_match(const struct umtx_key *k1, const struct umtx_key *k2)
230 int umtx_key_get(void *, int, int, struct umtx_key *);
231 void umtx_key_release(struct umtx_key *);
/freebsd-10.0-release/sys/kern/
H A Dkern_umtx.c91 struct umtx_key pi_key;
100 struct umtx_key uq_key;
137 struct umtx_key key;
218 static void umtxq_hash(struct umtx_key *key);
219 static struct umtxq_chain *umtxq_getchain(struct umtx_key *key);
220 static void umtxq_lock(struct umtx_key *key);
221 static void umtxq_unlock(struct umtx_key *key);
222 static void umtxq_busy(struct umtx_key *key);
223 static void umtxq_unbusy(struct umtx_key *key);
227 static int umtxq_count(struct umtx_key *ke
[all...]
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_futex.c205 struct umtx_key f_key;
307 struct umtx_key key;

Completed in 132 milliseconds