1KTIME_BEFORE(9) Driver Basics KTIME_BEFORE(9)
23
4
NAME
6ktime_before - Compare if a ktime_t value is smaller than another one.
7
SYNOPSIS
9bool ktime_before(const ktime_t cmp1, const ktime_t cmp2);
10
ARGUMENTS
12cmp1
13comparable1
1415
cmp2
16comparable2
17
RETURN
19true if cmp1 happened before cmp2.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 KTIME_BEFORE(9)