Home
last modified time | relevance | path

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

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