Scroll to navigation

KTIME_SUB(9) Driver Basics KTIME_SUB(9)

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.

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16