Searched defs:BUG_ON (Results 1 - 7 of 7) sorted by last modified time

/linux-master/include/asm-generic/
H A Dbug.h71 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) macro
166 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) macro
/linux-master/tools/include/linux/
H A Dkernel.h63 #define BUG_ON(cond) do { if (cond) {} } while (0) macro
65 #define BUG_ON(cond) assert(!(cond)) macro
/linux-master/tools/testing/selftests/mm/
H A Dmremap_dontunmap.c30 #define BUG_ON(condition, description) \ macro
[all...]
H A Dmap_populate.c23 #define BUG_ON(condition, description) \ macro
[all...]
/linux-master/tools/virtio/linux/
H A Dbug.h7 #define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond)) macro
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h15 #define BUG_ON(x) assert(!(x)) macro
/linux-master/arch/mips/include/asm/
H A Dbug.h34 #define BUG_ON(C) __BUG_ON((unsigned long)(C)) macro

Completed in 301 milliseconds