max                 9 arch/hexagon/mm/strnlen_user.S #define max	r1	/*  Do not change!  */
max                34 arch/powerpc/boot/types.h #define max(x,y) ({ \
max                53 drivers/gpu/drm/amd/display/dc/dsc/rc_calc.c 	enum { min = MM_MIN, max = MM_MAX };
max                39 drivers/hwmon/emc6w201.c enum subfeature { input, min, max };
max                61 drivers/staging/pi433/rf69_enum.h 	max,
max               882 include/linux/kernel.h #define max(x, y)	__careful_cmp(x, y, >)
max                25 scripts/kconfig/nconf.h #define max(a, b) ({\
max                42 tools/include/linux/kernel.h #define max(x, y) ({				\
max                30 tools/lib/bpf/libbpf_internal.h # define max(x, y) ((x) < (y) ? (y) : (x))
max                17 tools/power/cpupower/utils/helpers/bitmask.c #define max(a, b) ((a) > (b) ? (a) : (b))
max                30 tools/thermal/tmon/tui.c #define max(x, y) ({				\