ktime_to_ns(9) centos man page | unix.com

Man Page: ktime_to_ns

Operating Environment: centos

Section: 9

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
DESCRIPTION
Returns the scalar nanoseconds representation of kt
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 KTIME_TO_NS(9)
Related Man Pages
del_timer_sync(9) - centos
schedule_hrtimeout_range(9) - centos
struct_hrtimer(9) - centos
struct_sk_buff(9) - centos
struct_sk_buff(9) - suse
Similar Topics in the Unix Linux Community
Measuring the correctness of ndelay() function.