mtx_wait_unlocked
mtx_wait_unlocked(vlp);
void mtx_wait_unlocked(struct mtx *m);
#define PROC_WAIT_UNLOCKED(p) mtx_wait_unlocked(&(p)->p_mtx)