Searched refs:monotonic_time (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dfsyscall_gtod_data.h11 struct timespec monotonic_time; member in struct:fsyscall_gtod_data_t
H A Dtime.c491 fsyscall_gtod_data.monotonic_time.tv_sec = wtm->tv_sec
493 fsyscall_gtod_data.monotonic_time.tv_nsec = wtm->tv_nsec
497 while (fsyscall_gtod_data.monotonic_time.tv_nsec >= NSEC_PER_SEC) {
498 fsyscall_gtod_data.monotonic_time.tv_nsec -= NSEC_PER_SEC;
499 fsyscall_gtod_data.monotonic_time.tv_sec++;
H A Dasm-offsets.c277 offsetof (struct fsyscall_gtod_data_t, monotonic_time));

Completed in 126 milliseconds