Home
last modified time | relevance | path

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

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