Home
last modified time | relevance | path

Searched defs:max_t (Results 1 – 3 of 3) sorted by relevance

/tools/include/linux/
Dkernel.h57 #define max_t(type, x, y) max((type)x, (type)y) macro
/tools/mm/
Dpage-types.c218 #define max_t(type, x, y) ({ \ macro
/tools/testing/selftests/bpf/prog_tests/
Dreg_bounds.c78 static __always_inline u64 max_t(enum num_t t, u64 x, u64 y) in max_t() function