Lines Matching refs:timespec
84 struct timespec tv; in SYSCALL_DEFINE1()
143 struct timespec adjust; in warp_clock()
163 int do_sys_settimeofday(const struct timespec *tv, const struct timezone *tz) in do_sys_settimeofday()
197 struct timespec new_ts; in SYSCALL_DEFINE2()
240 struct timespec current_fs_time(struct super_block *sb) in current_fs_time()
242 struct timespec now = current_kernel_time(); in current_fs_time()
297 struct timespec timespec_trunc(struct timespec t, unsigned gran) in timespec_trunc()
361 void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec) in set_normalized_timespec()
389 struct timespec ns_to_timespec(const s64 nsec) in ns_to_timespec()
391 struct timespec ts; in ns_to_timespec()
395 return (struct timespec) {0, 0}; in ns_to_timespec()
416 struct timespec ts = ns_to_timespec(nsec); in ns_to_timeval()
752 struct timespec timespec_add_safe(const struct timespec lhs, in timespec_add_safe()
753 const struct timespec rhs) in timespec_add_safe()
755 struct timespec res; in timespec_add_safe()