os_mtx_lock
#define os_mtx_lock(lock) mutex_enter(lock)
#define os_mtx_lock(lock) lockmgr(lock, LK_EXCLUSIVE)