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

/linux-4.4.14/arch/tile/kernel/vdso/
H A Dvgettimeofday.c39 struct syscall_return_value { struct
130 struct syscall_return_value __vdso_gettimeofday(struct timeval *tv, __vdso_gettimeofday()
133 struct syscall_return_value ret = { 0, 0 }; __vdso_gettimeofday()
158 static struct syscall_return_value vdso_fallback_gettime(long clock, vdso_fallback_gettime()
161 struct syscall_return_value ret; vdso_fallback_gettime()
173 struct syscall_return_value __vdso_clock_gettime(clockid_t clock, __vdso_clock_gettime()
177 struct syscall_return_value ret = { 0, 0 }; __vdso_clock_gettime()

Completed in 85 milliseconds