round_jiffies(9) centos man page | unix.com

Man Page: round_jiffies

Operating Environment: centos

Section: 9

ROUND_JIFFIES(9)						   Driver Basics						  ROUND_JIFFIES(9)

NAME
round_jiffies - function to round jiffies to a full second
SYNOPSIS
unsigned long round_jiffies(unsigned long j);
ARGUMENTS
j the time in (absolute) jiffies that should be rounded
DESCRIPTION
round_jiffies rounds an absolute time in the future (in jiffies) up or down to (approximately) full seconds. This is useful for timers for which the exact time they fire does not matter too much, as long as they fire approximately every X seconds. By rounding these timers to whole seconds, all such timers will fire at the same time, rather than at various times spread out. The goal of this is to have the CPU wake up less, which saves power. The return value is the rounded version of the j parameter.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ROUND_JIFFIES(9)
Related Man Pages
time(7) - centos
schedule_hrtimeout_range(9) - centos
time(7) - linux
getitimer(2) - suse
setitimer(2) - hpux
Similar Topics in the Unix Linux Community
How to increment version inside a file?
Tar Command
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
Controlling user input