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

/linux-master/include/linux/
H A Dmmdebug.h41 #define VM_BUG_ON_MM(cond, mm) \ macro
100 #define VM_BUG_ON_MM(cond, mm) VM_BUG_ON(cond) macro

Completed in 113 milliseconds