Name

ktime_sub — subtract two ktime_t variables

Synopsis

ktime_t ktime_sub (const ktime_t lhs,
 const ktime_t rhs);
 

Arguments

lhs

minuend

rhs

subtrahend

Return

The remainder of the subtraction.