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

/freebsd-current/sys/sys/
H A Dumtxvar.h209 int umtxq_count(struct umtx_key *);
/freebsd-current/sys/kern/
H A Dkern_umtx.c536 umtxq_count(struct umtx_key *key) function
1064 count = umtxq_count(&key);
1245 count = umtxq_count(&key);
1562 count = umtxq_count(&key);
1624 count = umtxq_count(&key);
1697 count = umtxq_count(&key);
3038 cnt = umtxq_count(&key);
3656 cnt = umtxq_count(&key);
3778 cnt = umtxq_count(&key);
/freebsd-current/sys/compat/linux/
H A Dlinux_futex.c657 count = umtxq_count(&key2);

Completed in 75 milliseconds