Home
last modified time | relevance | path

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

/include/linux/
A Dminmax.h206 #define clamp(val, lo, hi) __careful_clamp(__auto_type, val, lo, hi) macro
A Dcpufreq.h494 policy->max = clamp(policy->max, min, max); in cpufreq_verify_within_limits()
495 policy->min = clamp(policy->min, min, policy->max); in cpufreq_verify_within_limits()
A Dusb.h1766 interval = clamp(interval, 1, 16); in usb_fill_int_urb()
/include/trace/events/
A Dbtrfs.h2172 __field( int, clamp )
2191 __entry->clamp = sinfo->clamp;
2212 __entry->reclaim_size, __entry->clamp,

Completed in 18 milliseconds