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
tcl_upvar(3) - mojave
struct_hrtimer(9) - centos
trace_printk(9) - centos
is_scalar(3) - php
gnome2::uidefs(3pm) - debian
Similar Topics in the Unix Linux Community
Measuring the correctness of ndelay() function.