Searched refs:raw_time (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
H A Dtimekeeper_internal.h52 * @raw_time: Monotonic raw base time in timespec64 format
88 struct timespec64 raw_time; member in struct:timekeeper
/linux-4.1.27/kernel/time/
H A Dtimekeeping.c572 tk->tkr_raw.base = timespec64_to_ktime(tk->raw_time); tk_update_ktime_data()
632 timespec64_add_ns(&tk->raw_time, nsec); timekeeping_forward_now()
870 *ts_raw = timespec64_to_timespec(tk->raw_time); getnstime_raw_and_real()
1109 ts64 = tk->raw_time; getrawmonotonic64()
1246 tk->raw_time.tv_sec = 0; timekeeping_init()
1247 tk->raw_time.tv_nsec = 0; timekeeping_init()
1743 raw_nsecs += tk->raw_time.tv_nsec; logarithmic_accumulation()
1747 tk->raw_time.tv_sec += raw_secs; logarithmic_accumulation()
1749 tk->raw_time.tv_nsec = raw_nsecs; logarithmic_accumulation()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_sysfs.c41 u64 raw_time; /* 32b value may overflow during fixed point math */ calc_residency() local
91 raw_time = I915_READ(reg) * units; calc_residency()
92 ret = DIV_ROUND_UP_ULL(raw_time, div); calc_residency()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Djr3_pci.h33 * Mhz. At 10 Mhz raw_time would therefore clock at 1 Mhz.
45 u32 raw_time; member in struct:raw_channel
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_irq.c747 /* Convert scanout position into elapsed time at raw_time query drm_calc_vbltimestamp_from_scanoutpos()

Completed in 305 milliseconds