Home
last modified time | relevance | path

Searched refs:monotonic_time_sec (Results 1 – 6 of 6) sorted by relevance

/arch/x86/entry/vsyscall/
Dvsyscall_gtod.c50 vdata->monotonic_time_sec = tk->xtime_sec in update_vsyscall()
59 vdata->monotonic_time_sec++; in update_vsyscall()
/arch/tile/include/asm/
Dvdso.h38 __u64 monotonic_time_sec; member
/arch/x86/include/asm/
Dvgtod.h28 gtod_long_t monotonic_time_sec; member
/arch/tile/kernel/
Dtime.c275 vdso_data->monotonic_time_sec = tk->xtime_sec in update_vsyscall()
284 vdso_data->monotonic_time_sec++; in update_vsyscall()
/arch/tile/kernel/vdso/
Dvgettimeofday.c90 ts->tv_sec = vdso->monotonic_time_sec; in do_monotonic()
/arch/x86/entry/vdso/
Dvclock_gettime.c213 ts->tv_sec = gtod->monotonic_time_sec; in do_monotonic()