Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/boot/
Dtypes.h40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
/Linux-v5.4/tools/testing/scatterlist/linux/
Dmm.h71 #define min_t(type, x, y) \ macro
/Linux-v5.4/samples/mic/mpssd/
Dmpssd.c42 #define min_t(type, x, y) ({ \ macro
/Linux-v5.4/tools/vm/
Dpage-types.c211 #define min_t(type, x, y) ({ \ macro
/Linux-v5.4/include/linux/
Dkernel.h934 #define min_t(type, x, y) __careful_cmp((type)(x), (type)(y), <) macro