Searched refs:sys_gettimeofday (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dtime.h21 sys_gettimeofday(&tv, NULL);
H A Dsys.h495 int sys_gettimeofday(struct timeval *tv, struct timezone *tz) function
507 return __sysret(sys_gettimeofday(tv, tz));
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c160 static inline int sys_gettimeofday(struct timeval *tv, struct timezone *tz) function
392 if (sys_gettimeofday(&start, &sys_tz) < 0) {
399 end_ret = sys_gettimeofday(&end, NULL);
/linux-master/arch/alpha/kernel/
H A Dentry.S605 1: jsr $26, ($27), sys_gettimeofday
/linux-master/include/uapi/asm-generic/
H A Dunistd.h454 __SC_COMP(__NR_gettimeofday, sys_gettimeofday, compat_sys_gettimeofday)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h454 __SC_COMP(__NR_gettimeofday, sys_gettimeofday, compat_sys_gettimeofday)
/linux-master/include/linux/
H A Dsyscalls.h698 asmlinkage long sys_gettimeofday(struct __kernel_old_timeval __user *tv,

Completed in 227 milliseconds