Home
last modified time | relevance | path

Searched refs:mtx_wait_unlocked (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dmutex.h108 void mtx_wait_unlocked(struct mtx *m);
H A Dproc.h963 #define PROC_WAIT_UNLOCKED(p) mtx_wait_unlocked(&(p)->p_mtx)
/freebsd/sys/kern/
H A Dkern_mutex.c1308 mtx_wait_unlocked(struct mtx *m) in mtx_wait_unlocked() function
H A Dvfs_cache.c3010 mtx_wait_unlocked(vlp); in cache_purge_vgone()