1KTIME_SUB(9) Driver Basics KTIME_SUB(9)
23
4
NAME
6ktime_sub - subtract two ktime_t variables
7
SYNOPSIS
9ktime_t ktime_sub(const ktime_t lhs, const ktime_t rhs);
10
ARGUMENTS
12lhs
13minuend
1415
rhs
16subtrahend
17
DESCRIPTION
19Returns the remainder of the substraction
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 KTIME_SUB(9)