Searched refs:umtxq_sleep (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/sys/ |
| HD | umtxvar.h | 216 int umtxq_sleep(struct umtx_q *, const char *,
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_umtx.c | 812 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() 2067 error = umtxq_sleep(uq, wmesg, timo); in umtxq_sleep_pi() 2634 error = umtxq_sleep(uq, "umtxpp", timeout == NULL ? in do_lock_pp() 2845 error = umtxq_sleep(uq, "umtxpp", NULL); in do_set_ceiling() 2988 error = umtxq_sleep(uq, "ucond", timeout == NULL ? in do_cv_wait() 3208 error = umtxq_sleep(uq, "urdlck", timeout == NULL ? in do_rw_rdlock() [all …]
|
| /freebsd-13-stable/sys/compat/linux/ |
| HD | linux_futex.c | 776 error = umtxq_sleep(uq, "futex", in linux_futex_wait()
|