WPI_NT_UNLOCK
#define WPI_NT_UNLOCK(_sc) lockmgr(&(_sc)->nt_mtx, LK_RELEASE)
#define WPI_NT_UNLOCK(_sc) mtx_unlock(&(_sc)->nt_mtx)