sys_gettimeofday  735 include/linux/syscalls.h asmlinkage long sys_gettimeofday(struct timeval __user *tv,
sys_gettimeofday  513 include/uapi/asm-generic/unistd.h __SC_COMP(__NR_gettimeofday, sys_gettimeofday, compat_sys_gettimeofday)
sys_gettimeofday 1942 tools/include/nolibc/nolibc.h 	int ret = sys_gettimeofday(tv, tz);
sys_gettimeofday  513 tools/include/uapi/asm-generic/unistd.h __SC_COMP(__NR_gettimeofday, sys_gettimeofday, compat_sys_gettimeofday)
sys_gettimeofday  284 tools/testing/selftests/x86/test_vdso.c 	if (sys_gettimeofday(&start, &sys_tz) < 0) {
sys_gettimeofday  291 tools/testing/selftests/x86/test_vdso.c 	end_ret = sys_gettimeofday(&end, NULL);