BUILD_BUG_ON_MSG   74 include/linux/bug.h 	BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
BUILD_BUG_ON_MSG   84 include/linux/bug.h #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed")