Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h62 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() function
78 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() function
/linux/arch/s390/include/asm/vdso/
H A Dgettimeofday.h47 long clock_getres_fallback(clockid_t clkid, struct __kernel_timespec *ts) in clock_getres_fallback() function
/linux/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h54 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() function
/linux/arch/arm64/include/asm/vdso/
H A Dgettimeofday.h53 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() function
H A Dcompat_gettimeofday.h73 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() function
/linux/arch/mips/include/asm/vdso/
H A Dgettimeofday.h77 static __always_inline int clock_getres_fallback( in clock_getres_fallback() function
/linux/lib/vdso/
H A Dgettimeofday.c421 return clock_getres_fallback(clock, res); in __cvdso_clock_getres_data()