Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 22 of 22) sorted by relevance

/kernel/time/
Dtick-sched.c134 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) in tick_sched_handle()
189 static bool can_stop_full_tick(int cpu, struct tick_sched *ts) in can_stop_full_tick()
294 struct tick_sched *ts; in tick_nohz_dep_set_cpu() local
315 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_dep_clear_cpu() local
360 struct tick_sched *ts; in __tick_nohz_task_switch() local
535 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats()
553 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle()
561 static ktime_t tick_nohz_start_idle(struct tick_sched *ts) in tick_nohz_start_idle()
587 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); in get_cpu_idle_time_us() local
628 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); in get_cpu_iowait_time_us() local
[all …]
Dtimekeeping.c81 struct timespec64 ts; in tk_xtime() local
88 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime()
94 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add()
708 int __getnstimeofday64(struct timespec64 *ts) in __getnstimeofday64()
741 void getnstimeofday64(struct timespec64 *ts) in getnstimeofday64()
860 void ktime_get_ts64(struct timespec64 *ts) in ktime_get_ts64()
1016 struct system_device_crosststamp *ts) in adjust_historical_crosststamp()
1221 int do_settimeofday64(const struct timespec64 *ts) in do_settimeofday64()
1267 int timekeeping_inject_offset(struct timespec *ts) in timekeeping_inject_offset()
1419 void getrawmonotonic64(struct timespec64 *ts) in getrawmonotonic64()
[all …]
Dposix-clock.c300 static int pc_clock_gettime(clockid_t id, struct timespec *ts) in pc_clock_gettime()
322 static int pc_clock_getres(clockid_t id, struct timespec *ts) in pc_clock_getres()
344 static int pc_clock_settime(clockid_t id, const struct timespec *ts) in pc_clock_settime()
409 static void pc_timer_gettime(struct k_itimer *kit, struct itimerspec *ts) in pc_timer_gettime()
426 struct itimerspec *ts, struct itimerspec *old) in pc_timer_settime()
Dtime.c368 void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec) in set_normalized_timespec()
398 struct timespec ts; in ns_to_timespec() local
423 struct timespec ts = ns_to_timespec(nsec); in ns_to_timeval() local
448 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) in set_normalized_timespec64()
478 struct timespec64 ts; in ns_to_timespec64() local
Dntp.c584 static inline void process_adj_status(struct timex *txc, struct timespec64 *ts) in process_adj_status()
608 struct timespec64 *ts, in process_adjtimex_modes()
689 struct timespec ts; in ntp_validate_timex() local
721 int __do_adjtimex(struct timex *txc, struct timespec64 *ts, s32 *time_tai) in __do_adjtimex()
804 static inline struct pps_normtime pps_normalize_ts(struct timespec64 ts) in pps_normalize_ts()
Dtest_udelay.c90 struct timespec64 ts; in udelay_test_show() local
Ditimer.c134 struct timespec ts; in cputime_sub_ns() local
Dtimer_list.c183 struct tick_sched *ts = tick_get_tick_sched(cpu); in print_cpu() local
Dposix-cpu-timers.c1483 struct timespec ts; in init_posix_cpu_timers() local
/kernel/
Dcompat.c143 static int __compat_get_timespec(struct timespec *ts, const struct compat_timespec __user *cts) in __compat_get_timespec()
150 static int __compat_put_timespec(const struct timespec *ts, struct compat_timespec __user *cts) in __compat_put_timespec()
175 int compat_get_timespec(struct timespec *ts, const void __user *uts) in compat_get_timespec()
184 int compat_put_timespec(const struct timespec *ts, void __user *uts) in compat_put_timespec()
196 struct timespec ts; in compat_convert_timespec() local
728 struct itimerspec ts; in COMPAT_SYSCALL_DEFINE2() local
745 struct timespec ts; in COMPAT_SYSCALL_DEFINE2() local
762 struct timespec ts; in COMPAT_SYSCALL_DEFINE2() local
802 struct timespec ts; in COMPAT_SYSCALL_DEFINE2() local
Dfutex_compat.c178 struct timespec ts; in COMPAT_SYSCALL_DEFINE6() local
Dsignal.c2764 const struct timespec *ts) in do_sigtimedwait()
2826 struct timespec ts; in SYSCALL_DEFINE4() local
Dfutex.c3255 struct timespec ts; in SYSCALL_DEFINE6() local
Dworkqueue.c5368 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local
/kernel/trace/
Dring_buffer_benchmark.c14 u64 ts; member
87 u64 ts; in read_event() local
Dtrace_stat.c33 struct tracer_stat *ts; member
126 struct tracer_stat *ts = session->ts; in stat_seq_init() local
Dring_buffer.c410 u64 ts; member
711 int cpu, u64 *ts) in ring_buffer_normalize_time_stamp()
3728 rb_buffer_peek(struct ring_buffer_per_cpu *cpu_buffer, u64 *ts, in rb_buffer_peek()
3794 rb_iter_peek(struct ring_buffer_iter *iter, u64 *ts) in rb_iter_peek()
3916 ring_buffer_peek(struct ring_buffer *buffer, int cpu, u64 *ts, in ring_buffer_peek()
3951 ring_buffer_iter_peek(struct ring_buffer_iter *iter, u64 *ts) in ring_buffer_iter_peek()
3980 ring_buffer_consume(struct ring_buffer *buffer, int cpu, u64 *ts, in ring_buffer_consume()
4143 ring_buffer_read(struct ring_buffer_iter *iter, u64 *ts) in ring_buffer_read()
Dtrace.c576 u64 ts; in buffer_ftrace_now() local
2649 peek_next_entry(struct trace_iterator *iter, int cpu, u64 *ts, in peek_next_entry()
2677 u64 next_ts = 0, ts; in __find_next_entry() local
2786 u64 ts; in tracing_iter_reset() local
Dblktrace.c1158 unsigned long long ts = iter->ts; in blk_log_action_classic() local
/kernel/rcu/
Drcutorture.c198 u64 ts = trace_clock_local(); in rcu_trace_clock_local() local
1095 unsigned long long ts; in rcu_torture_timer() local
1160 unsigned long long ts; in rcu_torture_reader() local
/kernel/power/
Dsuspend.c549 struct timespec ts; in pm_suspend_marker() local
/kernel/printk/
Dprintk.c1178 static size_t print_time(u64 ts, char *buf) in print_time()