1. NAME

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

2. SYNOPSIS

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

3. ARGUMENTS

secs
    seconds to set

nsecs
    nanoseconds to set

4. DESCRIPTION

Return the ktime_t representation of the value

5. COPYRIGHT