Searched defs:BUG_ON (Results 1 – 4 of 4) sorted by relevance
68 #define BUG_ON(condition) do { if (condition) BUG(); } while(0) macro
297 #define BUG_ON(cond) \ macro
74 #define BUG_ON(cond) KASSERT(!(cond), ("BUG ON: " #cond)) macro
65 #define BUG_ON(c) assert(!(c)) macro