Home
last modified time | relevance | path

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

/trueos/sys/dev/utopia/
HDutopia.c67 static struct mtx utopia_list_mtx; variable
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); in utopia_daemon()
640 mtx_init(&utopia_list_mtx, "utopia list mutex", NULL, MTX_DEF); in utopia_mod_init()
660 mtx_destroy(&utopia_list_mtx); in utopia_mod_init()