Searched defs:min_t (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/powerpc/boot/ |
D | types.h | 40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
|
/Linux-v5.4/tools/testing/scatterlist/linux/ |
D | mm.h | 71 #define min_t(type, x, y) \ macro
|
/Linux-v5.4/samples/mic/mpssd/ |
D | mpssd.c | 42 #define min_t(type, x, y) ({ \ macro
|
/Linux-v5.4/tools/vm/ |
D | page-types.c | 211 #define min_t(type, x, y) ({ \ macro
|
/Linux-v5.4/include/linux/ |
D | kernel.h | 934 #define min_t(type, x, y) __careful_cmp((type)(x), (type)(y), <) macro
|