os_mtx_init
#define os_mtx_init(lock) mutex_init(lock, MUTEX_DEFAULT, IPL_NONE)
#define os_mtx_init(lock) lockinit(lock, "nvmmmtx", 0, 0)