Subtract two ktime_t variables
ktime_t ktime_sub(const ktime_t lhs, const ktime_t rhs);
lhs
minuend
rhs
subtrahend
The remainder of the subtraction.