Name
ktime_add_ns —
Add a scalar nanoseconds value to a ktime_t variable
Synopsis
ktime_t ktime_add_ns (
const ktime_t kt, u64 nsec)
;
Arguments
kt
addend
nsec
the scalar nsec value to add
Description
Returns the sum of kt and nsec in ktime_t format
Description
Returns the sum of kt and nsec in ktime_t format