Searched refs:tp32 (Results 1 – 2 of 2) sorted by relevance
54 struct timespec tp32; in __clock_gettime64() local55 r = INTERNAL_VSYSCALL_CALL (vdso_time, 2, clock_id, &tp32); in __clock_gettime64()56 if (r == 0 && tp32.tv_sec >= 0) in __clock_gettime64()58 *tp = valid_timespec_to_timespec64 (tp32); in __clock_gettime64()76 struct timespec tp32; in __clock_gettime64() local77 r = INTERNAL_SYSCALL_CALL (clock_gettime, clock_id, &tp32); in __clock_gettime64()80 *tp = valid_timespec_to_timespec64 (tp32); in __clock_gettime64()
36 struct timespec tp32; in __sched_rr_get_interval64() local37 ret = INLINE_SYSCALL_CALL (sched_rr_get_interval, pid, &tp32); in __sched_rr_get_interval64()39 *tp = valid_timespec_to_timespec64 (tp32); in __sched_rr_get_interval64()
Completed in 3 milliseconds