min_t              40 arch/powerpc/boot/types.h #define min_t(type, a, b) min(((type) a), ((type) b))
min_t             934 include/linux/kernel.h #define min_t(type, x, y)	__careful_cmp((type)(x), (type)(y), <)
min_t              42 samples/mic/mpssd/mpssd.c #define min_t(type, x, y) ({				\
min_t              71 tools/testing/scatterlist/linux/mm.h #define min_t(type, x, y)                               \
min_t             211 tools/vm/page-types.c #define min_t(type, x, y) ({			\