Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dumtxvar.h216 int umtxq_sleep(struct umtx_q *, const char *,
/freebsd/sys/kern/
H A Dkern_umtx.c812 umtxq_sleep(struct umtx_q *uq, const char *wmesg, in umtxq_sleep() function
1003 error = umtxq_sleep(uq, "umtx", timeout == NULL ? NULL : in do_lock_umtx()
1184 error = umtxq_sleep(uq, "umtx", timeout == NULL ? in do_lock_umtx32()
1307 error = umtxq_sleep(uq, "uwait", timeout == NULL ? in do_wait()
1504 error = umtxq_sleep(uq, "umtxn", timeout == NULL ? in do_lock_normal()
2064 error = umtxq_sleep(uq, wmesg, timo); in umtxq_sleep_pi()
2633 error = umtxq_sleep(uq, "umtxpp", timeout == NULL ? in do_lock_pp()
2844 error = umtxq_sleep(uq, "umtxpp", NULL); in do_set_ceiling()
2987 error = umtxq_sleep(uq, "ucond", timeout == NULL ? in do_cv_wait()
3207 error = umtxq_sleep(uq, "urdlck", timeout == NULL ? in do_rw_rdlock()
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_futex.c775 error = umtxq_sleep(uq, "futex", in linux_futex_wait()