Searched defs:clamp_val (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dminmax.h237 #define clamp_val(val, lo, hi) clamp_t(typeof(val), val, lo, hi) macro

Completed in 100 milliseconds