1ROUND_JIFFIES_UP(9) Driver Basics ROUND_JIFFIES_UP(9)
2
3
4
6 round_jiffies_up - function to round jiffies up to a full second
7
9 unsigned long round_jiffies_up(unsigned long j);
10
12 j
13 the time in (absolute) jiffies that should be rounded
14
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 2.6. June 2019 ROUND_JIFFIES_UP(9)