1KTIME_ADD_NS(9) Driver Basics KTIME_ADD_NS(9)
23
4
NAME
6ktime_add_ns - Add a scalar nanoseconds value to a ktime_t variable
7
SYNOPSIS
9ktime_t ktime_add_ns(const ktime_t kt, u64 nsec);
10
ARGUMENTS
12kt
13addend
1415
nsec
16the scalar nsec value to add
17
DESCRIPTION
19Returns the sum of kt and nsec in ktime_t format
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 KTIME_ADD_NS(9)