Home
last modified time | relevance | path

Searched refs:__cvdso_clock_getres (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/entry/vdso/common/
H A Dvclock_gettime.c47 return __cvdso_clock_getres(clock, res); in __vdso_clock_getres()
80 return __cvdso_clock_getres(clock, ts); in __vdso_clock_getres_time64()
/linux/arch/riscv/kernel/vdso/
H A Dvgettimeofday.c25 return __cvdso_clock_getres(clock_id, res); in __vdso_clock_getres()
/linux/arch/loongarch/vdso/
H A Dvgettimeofday.c22 return __cvdso_clock_getres(clock_id, res); in __vdso_clock_getres()
/linux/arch/arm64/kernel/vdso/
H A Dvgettimeofday.c28 return __cvdso_clock_getres(clock_id, res); in __kernel_clock_getres()
/linux/lib/vdso/
H A Dgettimeofday.c461 int __cvdso_clock_getres(clockid_t clock, struct __kernel_timespec *res) in __cvdso_clock_getres() function