Searched defs:min_t (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/arch/powerpc/boot/ |
D | types.h | 40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
|
/Linux-v5.15/include/linux/ |
D | minmax.h | 104 #define min_t(type, x, y) __careful_cmp((type)(x), (type)(y), <) macro
|
/Linux-v5.15/tools/testing/scatterlist/linux/ |
D | mm.h | 72 #define min_t(type, x, y) \ macro
|
/Linux-v5.15/tools/vm/ |
D | page-types.c | 213 #define min_t(type, x, y) ({ \ macro
|