Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/vdso/
Dcompat_gettimeofday.h95 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() function
/Linux-v5.4/arch/x86/include/asm/vdso/
Dgettimeofday.h171 long clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() function
/Linux-v5.4/arch/mips/include/asm/vdso/
Dgettimeofday.h134 static __always_inline int clock_getres32_fallback( in clock_getres32_fallback() function
/Linux-v5.4/lib/vdso/
Dgettimeofday.c243 return clock_getres32_fallback(clock, res); in __cvdso_clock_getres_time32()