Lines Matching refs:_ts
46 int clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() argument
48 return do_syscall_2(__NR_clock_gettime, _clkid, (unsigned long)_ts); in clock_gettime_fallback()
52 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() argument
54 return do_syscall_2(__NR_clock_getres, _clkid, (unsigned long)_ts); in clock_getres_fallback()
62 int clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() argument
64 return do_syscall_2(__NR_clock_gettime64, _clkid, (unsigned long)_ts); in clock_gettime_fallback()
68 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() argument
70 return do_syscall_2(__NR_clock_getres_time64, _clkid, (unsigned long)_ts); in clock_getres_fallback()
74 int clock_gettime32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_gettime32_fallback() argument
76 return do_syscall_2(__NR_clock_gettime, _clkid, (unsigned long)_ts); in clock_gettime32_fallback()
80 int clock_getres32_fallback(clockid_t _clkid, struct old_timespec32 *_ts) in clock_getres32_fallback() argument
82 return do_syscall_2(__NR_clock_getres, _clkid, (unsigned long)_ts); in clock_getres32_fallback()