SPL_ASSERT
#define SPL_ASSERT(expr) SPL_ASSERT_CRITICAL(expr)
#define SPL_ASSERT(expr) WARN_ON(!(expr))