Query: clamp_val
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CLAMP_VAL(9) Driver Basics CLAMP_VAL(9)NAMEclamp_val - return a value clamped to a given range using val's typeSYNOPSISclamp_val(val, min, max);ARGUMENTSval current value min minimum allowable value max maximum allowable valueDESCRIPTIONThis macro does no typechecking and uses temporary variables of whatever type the input argument 'val' is. This is useful when val is an unsigned type and min and max are literals that will otherwise be assigned a signed integer type.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CLAMP_VAL(9)
Related Man Pages |
---|
pfsclamp(1) - debian |
camlinternaloo(3o) - debian |
pfsclamp(1) - suse |
strsuftoll(3) - netbsd |
min(3) - php |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
How to increment version inside a file? |
Docker learning Phase-I |
CentOS 6 ran out of space, need to reclaim it |
[TIP] Processing YAML files with yq |