Searched refs:mtx_wait_unlocked (Results 1 – 4 of 4) sorted by relevance
108 void mtx_wait_unlocked(struct mtx *m);
963 #define PROC_WAIT_UNLOCKED(p) mtx_wait_unlocked(&(p)->p_mtx)
1308 mtx_wait_unlocked(struct mtx *m) in mtx_wait_unlocked() function
3010 mtx_wait_unlocked(vlp); in cache_purge_vgone()