Home
last modified time | relevance | path

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

/include/asm-generic/
Dbug.h55 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while(0) macro
115 #define BUG_ON(condition) do { if (condition) ; } while(0) macro