Searched refs:utopia_list_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/dev/utopia/
H A Dutopia.c67 static struct mtx utopia_list_mtx; variable in typeref:struct:mtx
70 #define UTP_RLOCK_LIST() mtx_lock(&utopia_list_mtx)
71 #define UTP_RUNLOCK_LIST() mtx_unlock(&utopia_list_mtx)
72 #define UTP_WLOCK_LIST() mtx_lock(&utopia_list_mtx)
73 #define UTP_WUNLOCK_LIST() mtx_unlock(&utopia_list_mtx)
621 msleep(&utopia_list, &utopia_list_mtx, PZERO, "*idle*", hz);
640 mtx_init(&utopia_list_mtx, "utopia list mutex", NULL, MTX_DEF);
660 mtx_destroy(&utopia_list_mtx);

Completed in 117 milliseconds