clamp_val(9) suse man page | unix.com

Man Page: clamp_val

Operating Environment: suse

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 2.6. July 2010 CLAMP_VAL(9)
Related Man Pages
pfsclamp(1) - debian
complex(3) - centos
strsuftoll(3) - netbsd
tk::x11font(3) - suse
min(3) - php
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Change directory error
Getting command output to putty window title.
Grant unprivileged user rights to see the output of echo|format but not modify disks
SOCKS proxy & PAM configuration exposure