other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
KTIME_EQUAL(9) | Driver Basics | KTIME_EQUAL(9) |
NAME¶
ktime_equal - Compares two ktime_t variables to see if they are equalSYNOPSIS¶
int
ktime_equal(const ktime_t cmp1,
const ktime_t cmp2);
ARGUMENTS¶
cmp1comparable1
cmp2
comparable2
DESCRIPTION¶
Compare two ktime_t variables.RETURN¶
1 if equal.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |