Searched defs:VM_BUG_ON (Results 1 – 2 of 2) sorted by relevance
21 #define VM_BUG_ON(cond) BUG_ON(cond) macro107 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) macro
42 #define VM_BUG_ON(_expr) (BUG_ON(_expr)) macro