Home
last modified time | relevance | path

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

/tools/virtio/linux/
Dbug.h7 #define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond)) macro
/tools/include/linux/
Dkernel.h63 #define BUG_ON(cond) do { if (cond) {} } while (0) macro
65 #define BUG_ON(cond) assert(!(cond)) macro
/tools/testing/selftests/mm/
Dmap_populate.c22 #define BUG_ON(condition, description) \ macro
Dmremap_dontunmap.c30 #define BUG_ON(condition, description) \ macro
/tools/testing/scatterlist/linux/
Dmm.h15 #define BUG_ON(x) assert(!(x)) macro