Searched refs:__BUG_ON (Results 1 – 1 of 1) sorted by relevance
22 static inline void __BUG_ON(unsigned long condition) in __BUG_ON() function34 #define BUG_ON(C) __BUG_ON((unsigned long)(C))
Completed in 2 milliseconds