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()
193 struct timespec new_ts; in SYSCALL_DEFINE2()
236 struct timespec current_fs_time(struct super_block *sb) in current_fs_time()
238 struct timespec now = current_kernel_time(); in current_fs_time()
293 struct timespec timespec_trunc(struct timespec t, unsigned gran) in timespec_trunc()
359 void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec) in set_normalized_timespec()
387 struct timespec ns_to_timespec(const s64 nsec) in ns_to_timespec()
389 struct timespec ts; in ns_to_timespec()
393 return (struct timespec) {0, 0}; in ns_to_timespec()
414 struct timespec ts = ns_to_timespec(nsec); in ns_to_timeval()
588 timespec_to_jiffies(const struct timespec *value) in timespec_to_jiffies()
596 jiffies_to_timespec(const unsigned long jiffies, struct timespec *value) in jiffies_to_timespec()
773 struct timespec timespec_add_safe(const struct timespec lhs, in timespec_add_safe()
774 const struct timespec rhs) in timespec_add_safe()
776 struct timespec res; in timespec_add_safe()