Scroll to navigation

KTIME_SET(9) Driver Basics KTIME_SET(9)

NAME

ktime_set - Set a ktime_t variable from a seconds/nanoseconds value

SYNOPSIS

ktime_t ktime_set(const s64 secs, const unsigned long nsecs);

ARGUMENTS

secs
seconds to set
nsecs
nanoseconds to set

RETURN

The ktime_t representation of the value.

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.