ktime_to_ns(9) 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