Searched refs:clock_getres_fallback (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/arch/powerpc/include/asm/vdso/ |
D | gettimeofday.h | 62 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-6.12.1/arch/x86/include/asm/vdso/ |
D | gettimeofday.h | 95 long clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() function 161 clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() function
|
/linux-6.12.1/arch/s390/include/asm/vdso/ |
D | gettimeofday.h | 47 long clock_getres_fallback(clockid_t clkid, struct __kernel_timespec *ts) in clock_getres_fallback() function
|
/linux-6.12.1/arch/riscv/include/asm/vdso/ |
D | gettimeofday.h | 54 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() function
|
/linux-6.12.1/arch/arm64/include/asm/vdso/ |
D | gettimeofday.h | 53 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() function
|
D | compat_gettimeofday.h | 73 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() function
|
/linux-6.12.1/arch/loongarch/include/asm/vdso/ |
D | gettimeofday.h | 55 static __always_inline int clock_getres_fallback( in clock_getres_fallback() function
|
/linux-6.12.1/arch/csky/include/asm/vdso/ |
D | gettimeofday.h | 65 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() function
|
/linux-6.12.1/arch/arm/include/asm/vdso/ |
D | gettimeofday.h | 74 static __always_inline int clock_getres_fallback( in clock_getres_fallback() function
|
/linux-6.12.1/arch/mips/include/asm/vdso/ |
D | gettimeofday.h | 77 static __always_inline int clock_getres_fallback( in clock_getres_fallback() function
|
/linux-6.12.1/lib/vdso/ |
D | gettimeofday.c | 421 return clock_getres_fallback(clock, res); in __cvdso_clock_getres_data()
|