centos man page for round_jiffies_up_relative

Query: round_jiffies_up_relative

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ROUND_JIFFIES_UP_REL(9) 					   Driver Basics					   ROUND_JIFFIES_UP_REL(9)

NAME
round_jiffies_up_relative - function to round jiffies up to a full second
SYNOPSIS
unsigned long round_jiffies_up_relative(unsigned long j);
ARGUMENTS
j the time in (relative) jiffies that should be rounded
DESCRIPTION
This is the same as round_jiffies_relative except that it will never round down. This is useful for timeouts for which the exact time of firing does not matter too much, as long as they don't fire too early.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ROUND_JIFFIES_UP_REL(9)
Related Man Pages
llrintf(3) - redhat
llround(3) - redhat
lrint(3) - redhat
lrintl(3) - redhat
lroundf(3) - redhat
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
CentOS7 restoring file capabilities
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq