clamp_val(9) centos man page | unix.com

Man Page: clamp_val

Operating Environment: centos

Section: 9

CLAMP_VAL(9)							   Driver Basics						      CLAMP_VAL(9)

NAME
clamp_val - return a value clamped to a given range using val's type
SYNOPSIS
clamp_val(val, min, max);
ARGUMENTS
val current value min minimum allowable value max maximum allowable value
DESCRIPTION
This 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 CLAMP_VAL(9)
Related Man Pages
pfscat(1) - debian
pfscat(1) - suse
tk::x11font(3) - suse
min(3) - php
tk::x11font(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
How to increment version inside a file?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing