Home
last modified time | relevance | path

Searched refs:INLINE_VSYSCALL (Results 1 – 6 of 6) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dclock_getres.c38 r = INLINE_VSYSCALL (clock_getres_time64, 2, clock_id, res); in __clock_getres64()
49 r = INLINE_VSYSCALL (clock_getres, 2, clock_id, &ts32); in __clock_getres64()
A Dgetcpu.c27 return INLINE_VSYSCALL (getcpu, 3, cpu, node, NULL); in __getcpu()
A Dsched_getcpu.c29 r = INLINE_VSYSCALL (getcpu, 3, &cpu, NULL, NULL); in vsyscall_sched_getcpu()
A Dsysdep-vdso.h29 #define INLINE_VSYSCALL(name, nr, args...) \ macro
A Dtime.c46 return INLINE_VSYSCALL (time, 1, t); in time()
A Dgettimeofday.c53 return INLINE_VSYSCALL (gettimeofday, 2, tv, tz);

Completed in 9 milliseconds