Home
last modified time | relevance | path

Searched refs:clamp_t (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dkernel.h206 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) macro
219 #define clamp_val(val, lo, hi) clamp_t(typeof(val), val, lo, hi)

Completed in 4 milliseconds