VM_WARN_ONCE       42 include/linux/mmdebug.h #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format)
VM_WARN_ONCE       51 include/linux/mmdebug.h #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond)