Searched refs:INLINE_VSYSCALL (Results 1 – 6 of 6) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | clock_getres.c | 38 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 D | getcpu.c | 27 return INLINE_VSYSCALL (getcpu, 3, cpu, node, NULL); in __getcpu()
|
A D | sched_getcpu.c | 29 r = INLINE_VSYSCALL (getcpu, 3, &cpu, NULL, NULL); in vsyscall_sched_getcpu()
|
A D | sysdep-vdso.h | 29 #define INLINE_VSYSCALL(name, nr, args...) \ macro
|
A D | time.c | 46 return INLINE_VSYSCALL (time, 1, t); in time()
|
A D | gettimeofday.c | 53 return INLINE_VSYSCALL (gettimeofday, 2, tv, tz);
|
Completed in 9 milliseconds