Scroll to navigation

KTIME_ADD(9) Driver Basics KTIME_ADD(9)

NAME

ktime_add - add two ktime_t variables

SYNOPSIS

ktime_t ktime_add(const ktime_t add1, const ktime_t add2);

ARGUMENTS

add1

addend1

add2

addend2

DESCRIPTION

Returns the sum of add1 and add2.

COPYRIGHT

June 2023 Kernel Hackers Manual 3.10