centos man page for ktime_to_ns

Query: ktime_to_ns

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
tcl_upvar(3) - mojave
struct_sk_buff(9) - centos
glclientwaitsync(3g) - centos
struct_sk_buff(9) - suse
Similar Topics in the Unix Linux Community
Measuring the correctness of ndelay() function.