Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso32/
H A Dvgettimeofday.c30 return __cvdso_clock_getres_time32(clock_id, res); in __vdso_clock_getres()
/OK3568_Linux_fs/kernel/arch/arm/vdso/
H A Dvgettimeofday.c31 return __cvdso_clock_getres_time32(clock_id, res); in __vdso_clock_getres()
/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dvgettimeofday.c39 return __cvdso_clock_getres_time32(clock_id, res); in __vdso_clock_getres()
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvclock_gettime.c80 return __cvdso_clock_getres_time32(clock, res); in __vdso_clock_getres()
/OK3568_Linux_fs/kernel/lib/vdso/
H A Dgettimeofday.c432 __cvdso_clock_getres_time32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_getres_time32() function