Home
last modified time | relevance | path

Searched defs:DBG_BUGON (Results 1 – 1 of 1) sorted by relevance

/external/erofs-utils/include/erofs/
Ddefs.h164 #define DBG_BUGON(condition) ((void)(condition)) macro
166 #define DBG_BUGON(condition) BUG_ON(condition) macro