Home
last modified time | relevance | path

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

/tools/virtio/linux/
Dbug.h4 #define BUG_ON(__BUG_ON_cond) assert(!(__BUG_ON_cond)) macro
/tools/include/linux/
Dkernel.h60 #define BUG_ON(cond) do { if (cond) {} } while (0) macro
62 #define BUG_ON(cond) assert(!(cond)) macro