Searched defs:VM_BUG_ON_PGFLAGS (Results 1 - 1 of 1) sorted by last modified time

/linux-master/include/linux/
H A Dmmdebug.h124 #define VM_BUG_ON_PGFLAGS(cond, page) VM_BUG_ON_PAGE(cond, page) macro
126 #define VM_BUG_ON_PGFLAGS(cond, page) BUILD_BUG_ON_INVALID(cond) macro

Completed in 156 milliseconds