other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
KTIME_BEFORE(9) | Driver Basics | KTIME_BEFORE(9) |
NAME¶
ktime_before - Compare if a ktime_t value is smaller than another one.SYNOPSIS¶
bool
ktime_before(const ktime_t cmp1,
const ktime_t cmp2);
ARGUMENTS¶
cmp1comparable1
cmp2
comparable2
RETURN¶
true if cmp1 happened before cmp2.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |