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

DESCRIPTION

Returns the remainder of the subtraction

COPYRIGHT

June 2023 Kernel Hackers Manual 3.10