Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/vdso/
H A Dvgettimeofday.c34 return __cvdso_clock_getres_time32(clock_id, res); in __vdso_clock_getres()
/linux-6.15/arch/arm64/kernel/vdso32/
H A Dvgettimeofday.c32 return __cvdso_clock_getres_time32(clock_id, res); in __vdso_clock_getres()
/linux-6.15/arch/mips/vdso/
H A Dvgettimeofday.c40 return __cvdso_clock_getres_time32(clock_id, res); in __vdso_clock_getres()
/linux-6.15/arch/x86/entry/vdso/
H A Dvclock_gettime.c72 return __cvdso_clock_getres_time32(clock, res); in __vdso_clock_getres()
/linux-6.15/lib/vdso/
H A Dgettimeofday.c478 __cvdso_clock_getres_time32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_getres_time32() function