max 710 include/linux/kernel.h #define max(x, y) ({ \ max 29 scripts/kconfig/nconf.h #define max(a, b) ({\ max 16 scripts/selinux/genheaders/genheaders.c #define max(x, y) (((int)(x) > (int)(y)) ? x : y)