Searched defs:VM_BUG_ON (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dmmdebug.h19 #define VM_BUG_ON(cond) BUG_ON(cond) macro
96 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) macro

Completed in 169 milliseconds