1KTIME_EQUAL(9) Driver Basics KTIME_EQUAL(9)
23
4
NAME
6ktime_equal - Compares two ktime_t variables to see if they are equal
7
SYNOPSIS
9int ktime_equal(const ktime_t cmp1, const ktime_t cmp2);
10
ARGUMENTS
12cmp1
13comparable1
1415
cmp2
16comparable2
17
DESCRIPTION
19Compare two ktime_t variables, returns 1 if equal
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 KTIME_EQUAL(9)