warn_on_slowpath   36 include/asm-generic/bug.h extern void warn_on_slowpath(const char *file, const int line);
warn_on_slowpath   41 include/asm-generic/bug.h #define __WARN() warn_on_slowpath(__FILE__, __LINE__)