SPIN_LOCK
#undef SPIN_LOCK
#define SPIN_LOCK(x) mutex_enter(&(x))
#define SPIN_LOCK(pl) ((pl) > ipltospl(LOCK_LEVEL))