Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dtime.c414 fsyscall_gtod_data.monotonic_time.tv_sec = wtm->tv_sec in update_vsyscall_old()
416 fsyscall_gtod_data.monotonic_time.tv_nsec = wtm->tv_nsec in update_vsyscall_old()
420 while (fsyscall_gtod_data.monotonic_time.tv_nsec >= NSEC_PER_SEC) { in update_vsyscall_old()
421 fsyscall_gtod_data.monotonic_time.tv_nsec -= NSEC_PER_SEC; in update_vsyscall_old()
422 fsyscall_gtod_data.monotonic_time.tv_sec++; in update_vsyscall_old()
Dfsyscall_gtod_data.h11 struct timespec monotonic_time; member
Dasm-offsets.c274 offsetof (struct fsyscall_gtod_data_t, monotonic_time)); in foo()