1ROUND_JIFFIES_UP_REL(9)          Driver Basics         ROUND_JIFFIES_UP_REL(9)
2
3
4

NAME

6       round_jiffies_up_relative - function to round jiffies up to a full
7       second
8

SYNOPSIS

10       unsigned long round_jiffies_up_relative(unsigned long j);
11

ARGUMENTS

13       j
14           the time in (relative) jiffies that should be rounded
15

DESCRIPTION

17       This is the same as round_jiffies_relative except that it will never
18       round down. This is useful for timeouts for which the exact time of
19       firing does not matter too much, as long as they don't fire too early.
20
22Kernel Hackers Manual 3.10         June 2019           ROUND_JIFFIES_UP_REL(9)
Impressum