Searched defs:_clkid (Results 1 – 9 of 9) sorted by relevance
/linux/arch/csky/include/asm/vdso/ |
A D | gettimeofday.h | 33 long clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() 49 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 65 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() 81 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback()
|
/linux/arch/x86/include/asm/vdso/ |
A D | gettimeofday.h | 71 long clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() 95 long clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() 109 long clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() 126 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 161 clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() 178 long clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback()
|
/linux/arch/arm/include/asm/vdso/ |
A D | gettimeofday.h | 39 clockid_t _clkid, in clock_gettime_fallback() 57 clockid_t _clkid, in clock_gettime32_fallback() 75 clockid_t _clkid, in clock_getres_fallback() 93 clockid_t _clkid, in clock_getres32_fallback()
|
/linux/arch/arm64/include/asm/vdso/ |
A D | compat_gettimeofday.h | 39 long clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() 56 long clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 73 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() 90 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback()
|
A D | gettimeofday.h | 34 long clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() 51 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback()
|
/linux/arch/mips/include/asm/vdso/ |
A D | gettimeofday.h | 52 clockid_t _clkid, in clock_gettime_fallback() 78 clockid_t _clkid, in clock_getres_fallback() 106 clockid_t _clkid, in clock_gettime32_fallback() 128 clockid_t _clkid, in clock_getres32_fallback()
|
/linux/arch/riscv/include/asm/vdso/ |
A D | gettimeofday.h | 32 long clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() 48 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback()
|
/linux/tools/testing/selftests/vDSO/ |
A D | vdso_test_clock_getres.c | 30 static long syscall_clock_getres(clockid_t _clkid, struct timespec *_ts) in syscall_clock_getres()
|
/linux/arch/nds32/kernel/vdso/ |
A D | gettimeofday.c | 50 static notrace long clock_gettime_fallback(clockid_t _clkid, in clock_gettime_fallback()
|
Completed in 23 milliseconds