-
#define DEBUG_LOCKS_WARN_ON(c) \ ({ \ int __ret = 0; \ \ if (unlikely(c)) { \ if (debug_locks_off()) \ WARN_ON(1); \ __ret = 1; \ } \ __ret; \ })