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

/arch/ia64/kernel/
H A Dfsyscall_gtod_data.h11 struct timespec monotonic_time; member in struct:fsyscall_gtod_data_t
H A Dtime.c443 fsyscall_gtod_data.monotonic_time.tv_sec = wtm->tv_sec
445 fsyscall_gtod_data.monotonic_time.tv_nsec = wtm->tv_nsec
449 while (fsyscall_gtod_data.monotonic_time.tv_nsec >= NSEC_PER_SEC) {
450 fsyscall_gtod_data.monotonic_time.tv_nsec -= NSEC_PER_SEC;
451 fsyscall_gtod_data.monotonic_time.tv_sec++;
H A Dasm-offsets.c274 offsetof (struct fsyscall_gtod_data_t, monotonic_time));

Completed in 83 milliseconds