Home
last modified time | relevance | path

Searched defs:_clkid (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h56 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 Dcompat_gettimeofday.h39 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 Dgettimeofday.h36 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 Dgettimeofday.h52 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 Dgettimeofday.h38 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 Dvdso_test_clock_getres.c30 static long syscall_clock_getres(clockid_t _clkid, struct timespec *_ts) in syscall_clock_getres()
/linux/drivers/clk/thead/
H A Dclk-th1520-ap.c78 #define CCU_GATE(_clkid, _struct, _name, _parent, _reg, _gate, _flags) \ argument