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

NAME

6       ktime_before - Compare if a ktime_t value is smaller than another one.
7

SYNOPSIS

9       bool ktime_before(const ktime_t cmp1, const ktime_t cmp2);
10

ARGUMENTS

12       cmp1
13           comparable1
14
15       cmp2
16           comparable2
17

RETURN

19       true if cmp1 happened before cmp2.
20
22Kernel Hackers Manual 2.6.         June 2019                   KTIME_BEFORE(9)
Impressum