Searched defs:VM_BUG_ON (Results 1 – 2 of 2) sorted by relevance
19 #define VM_BUG_ON(cond) BUG_ON(cond) macro96 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) macro
32 #define VM_BUG_ON(_expr) (BUG_ON(_expr)) macro