WPI_NT_LOCK
#define WPI_NT_LOCK(_sc) lockmgr(&(_sc)->nt_mtx, LK_EXCLUSIVE)
#define WPI_NT_LOCK(_sc) mtx_lock(&(_sc)->nt_mtx)