Home
last modified time | relevance | path

Searched defs:min_t (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/arch/powerpc/boot/
Dtypes.h40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
/Linux-v6.6/tools/include/linux/
Dkernel.h57 #define min_t(type, x, y) min((type)x, (type)y) macro
/Linux-v6.6/tools/testing/scatterlist/linux/
Dmm.h72 #define min_t(type, x, y) \ macro
/Linux-v6.6/include/linux/
Dminmax.h127 #define min_t(type, x, y) __careful_cmp((type)(x), (type)(y), <) macro
/Linux-v6.6/tools/mm/
Dpage-types.c213 #define min_t(type, x, y) ({ \ macro