spin_lock_irqsave
#define spin_lock_irqsave(lock, flags) mtx_enter(lock)
#define spin_lock_irqsave(lock, flags) mutex_enter(lock)