Home
last modified time | relevance | path

Searched refs:clock_getres32_fallback (Results 1 – 7 of 7) sorted by relevance

/linux/arch/csky/include/asm/vdso/
H A Dgettimeofday.h81 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() function
/linux/arch/arm/include/asm/vdso/
H A Dgettimeofday.h92 static __always_inline int clock_getres32_fallback( in clock_getres32_fallback() function
/linux/arch/arm64/include/asm/vdso/
H A Dcompat_gettimeofday.h90 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() function
/linux/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h90 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() function
/linux/arch/mips/include/asm/vdso/
H A Dgettimeofday.h127 static __always_inline int clock_getres32_fallback( in clock_getres32_fallback() function
/linux/arch/x86/include/asm/vdso/
H A Dgettimeofday.h178 long clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() function
/linux/lib/vdso/
H A Dgettimeofday.c442 return clock_getres32_fallback(clock, res); in __cvdso_clock_getres_time32_data()