1KTIME_ADD_NS(9)                  Driver Basics                 KTIME_ADD_NS(9)
2
3
4

NAME

6       ktime_add_ns - Add a scalar nanoseconds value to a ktime_t variable
7

SYNOPSIS

9       ktime_t ktime_add_ns(const ktime_t kt, u64 nsec);
10

ARGUMENTS

12       kt
13           addend
14
15       nsec
16           the scalar nsec value to add
17

DESCRIPTION

19       Returns the sum of kt and nsec in ktime_t format
20
22Kernel Hackers Manual 3.10         June 2019                   KTIME_ADD_NS(9)
Impressum