VM_WARN_ONCE 41 include/linux/mmdebug.h #define VM_WARN_ONCE(cond, format...) WARN_ONCE(cond, format) VM_WARN_ONCE 49 include/linux/mmdebug.h #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond)