KTIME_SUB_NS
Section: Driver Basics (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
ktime_sub_ns - Subtract a scalar nanoseconds value from a ktime_t variable
 
SYNOPSIS
- 
ktime_t ktime_sub_ns(const ktime_t kt, u64 nsec);
ARGUMENTS
kt
- 
- minuend
nsec
- 
the scalar nsec value to subtract
DESCRIPTION
Returns the subtraction of
nsec
from
kt
in ktime_t format
 
COPYRIGHT