Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dumtx.h122 uintptr_t robust_inact_offset; member
/freebsd-12.1/sys/kern/
H A Dkern_umtx.c4100 td->td_rb_inact = rbp->robust_inact_offset; in umtx_robust_lists()
4435 uint32_t robust_inact_offset; member
4454 rb.robust_inact_offset = rb32.robust_inact_offset; in __umtx_op_robust_lists_compat32()
/freebsd-12.1/lib/libthr/thread/
H A Dthr_mutex.c234 rb.robust_inact_offset = (uintptr_t)&curthread->inact_mtx; in mutex_init_robust()