spin_lock
#define spin_lock(mtxp) mtx_enter(mtxp)
#define spin_lock(l) do { mtx_enter(l); } while (0)