Searched defs:max_t (Results 1 – 3 of 3) sorted by relevance
57 #define max_t(type, x, y) max((type)x, (type)y) macro
218 #define max_t(type, x, y) ({ \ macro
78 static __always_inline u64 max_t(enum num_t t, u64 x, u64 y) in max_t() function