Home
last modified time | relevance | path

Searched refs:clock_gettime32_fallback (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/include/asm/vdso/
H A Dcompat_gettimeofday.h56 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() function
/linux/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h84 int clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() function
/linux/arch/mips/include/asm/vdso/
H A Dgettimeofday.h105 static __always_inline long clock_gettime32_fallback( in clock_gettime32_fallback() function
/linux/lib/vdso/
H A Dgettimeofday.c299 return clock_gettime32_fallback(clock, res); in __cvdso_clock_gettime32_data()