Searched refs:BUG_ON (Results 1 – 4 of 4) sorted by relevance
25 #define assert_spin_locked(x) BUG_ON(!spin_is_locked(x))
41 #define BIO_BUG_ON BUG_ON
27 #define BUG_ON(condition) do { if (condition) ; } while(0) macro
104 #define simple_map_init(map) BUG_ON(!map_bankwidth_supported((map)->bankwidth))