Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Dtypes.h40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
/linux/tools/testing/scatterlist/linux/
H A Dmm.h72 #define min_t(type, x, y) \ macro
/linux/tools/mm/
H A Dpage-types.c213 #define min_t(type, x, y) ({ \ macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c67 static __always_inline u64 min_t(enum num_t t, u64 x, u64 y) in min_t() function