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

/linux-4.1.27/include/linux/
H A Dkernel.h795 #define clamp_val(val, lo, hi) clamp_t(typeof(val), val, lo, hi) macro

Completed in 135 milliseconds