Scroll to navigation

KTIME_TO_NS(9) Driver Basics KTIME_TO_NS(9)

NAME

ktime_to_ns - convert a ktime_t variable to scalar nanoseconds

SYNOPSIS

s64 ktime_to_ns(const ktime_t kt);

ARGUMENTS

kt
the ktime_t variable to convert

RETURN

The scalar nanoseconds representation of kt.

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16