Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmutex.h129 void mtx_spin_wait_unlocked(struct mtx *m);
/f-stack/freebsd/kern/
H A Dkern_exit.c857 mtx_spin_wait_unlocked(&p->p_slock); in proc_reap()
H A Dkern_mutex.c1254 mtx_spin_wait_unlocked(struct mtx *m) in mtx_spin_wait_unlocked() function