Searched defs:_clkid (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/include/asm/vdso/ |
H A D | gettimeofday.h | 56 int clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() 62 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() 72 int clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() 78 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() 84 int clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() 90 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback()
|
/linux/arch/arm64/include/asm/vdso/ |
H 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()
|
H A D | gettimeofday.h | 36 long clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() 53 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback()
|
/linux/arch/mips/include/asm/vdso/ |
H 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/ |
H A D | gettimeofday.h | 38 long clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() 54 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback()
|
/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_clock_getres.c | 30 static long syscall_clock_getres(clockid_t _clkid, struct timespec *_ts) in syscall_clock_getres()
|
/linux/drivers/clk/thead/ |
H A D | clk-th1520-ap.c | 78 #define CCU_GATE(_clkid, _struct, _name, _parent, _reg, _gate, _flags) \ argument
|