Searched defs:min_t (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/boot/ |
H A D | types.h | 40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
|
/linux/tools/include/linux/ |
H A D | kernel.h | 58 #define min_t(type, x, y) min((type)x, (type)y) macro
|
/linux/tools/testing/scatterlist/linux/ |
H A D | mm.h | 72 #define min_t(type, x, y) \ macro
|
/linux/include/linux/ |
H A D | minmax.h | 213 #define min_t(type, x, y) __cmp_once(min, type, x, y) macro
|
/linux/tools/mm/ |
H A D | page-types.c | 213 #define min_t(type, x, y) ({ \ macro
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | reg_bounds.c | 67 static __always_inline u64 min_t(enum num_t t, u64 x, u64 y) in min_t() function
|