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