Searched defs:DEBUG_LOCKS_WARN_ON (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/ | ||
D | debug_locks.h | 7 #define DEBUG_LOCKS_WARN_ON(x) (x) macro |
/linux-4.4.14/include/linux/ | ||
D | debug_locks.h | 24 #define DEBUG_LOCKS_WARN_ON(c) \ macro |