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

NAME

6       round_jiffies_up - function to round jiffies up to a full second
7

SYNOPSIS

9       unsigned long round_jiffies_up(unsigned long j);
10

ARGUMENTS

12       j
13           the time in (absolute) jiffies that should be rounded
14

DESCRIPTION

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