Searched defs:DEBUG_LOCKS_WARN_ON (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/tools/include/linux/ | ||
D | debug_locks.h | 9 #define DEBUG_LOCKS_WARN_ON(x) WARN_ON(x) macro |
/Linux-v5.10/include/linux/ | ||
D | debug_locks.h | 25 #define DEBUG_LOCKS_WARN_ON(c) \ macro |