Searched refs:ktime_sec (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dtimekeeper_internal.h50 * @ktime_sec: Current CLOCK_MONOTONIC time in seconds
96 unsigned long ktime_sec; member in struct:timekeeper
/linux-master/kernel/time/
H A Dtimekeeping.c745 * this into account before updating tk->ktime_sec.
750 tk->ktime_sec = seconds;
996 * serialized read. tk->ktime_sec is of type 'unsigned long' so this
1006 return tk->ktime_sec;

Completed in 157 milliseconds