/kernel/time/ |
D | tick-sched.c | 154 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer() 202 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) in tick_sched_handle() 273 static bool can_stop_full_tick(int cpu, struct tick_sched *ts) in can_stop_full_tick() 379 struct tick_sched *ts; in tick_nohz_dep_set_cpu() local 401 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_dep_clear_cpu() local 457 struct tick_sched *ts; in __tick_nohz_task_switch() local 563 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); in tick_nohz_tick_stopped() local 570 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_tick_stopped_cpu() local 602 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats() 620 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle() [all …]
|
D | time.c | 144 struct timespec64 ts; in SYSCALL_DEFINE2() local 228 struct timespec64 ts; in COMPAT_SYSCALL_DEFINE2() local 454 struct timespec64 ts = ns_to_timespec64(nsec); in ns_to_kernel_old_timeval() local 478 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) in set_normalized_timespec64() 508 struct timespec64 ts = { 0, 0 }; in ns_to_timespec64() local 782 int get_timespec64(struct timespec64 *ts, in get_timespec64() 805 int put_timespec64(const struct timespec64 *ts, in put_timespec64() 820 struct old_timespec32 ts; in __get_old_timespec32() local 836 struct old_timespec32 ts = { in __put_old_timespec32() local 843 int get_old_timespec32(struct timespec64 *ts, const void __user *uts) in get_old_timespec32() [all …]
|
D | timekeeping.c | 131 struct timespec64 ts; in tk_xtime() local 138 static void tk_set_xtime(struct timekeeper *tk, const struct timespec64 *ts) in tk_set_xtime() 144 static void tk_xtime_add(struct timekeeper *tk, const struct timespec64 *ts) in tk_xtime_add() 802 void ktime_get_real_ts64(struct timespec64 *ts) in ktime_get_real_ts64() 956 void ktime_get_ts64(struct timespec64 *ts) in ktime_get_ts64() 1111 struct system_device_crosststamp *ts) in adjust_historical_crosststamp() 1299 int do_settimeofday64(const struct timespec64 *ts) in do_settimeofday64() 1349 static int timekeeping_inject_offset(const struct timespec64 *ts) in timekeeping_inject_offset() 1495 void ktime_get_raw_ts64(struct timespec64 *ts) in ktime_get_raw_ts64() 1561 void __weak read_persistent_clock64(struct timespec64 *ts) in read_persistent_clock64() [all …]
|
D | posix-clock.c | 250 static int pc_clock_gettime(clockid_t id, struct timespec64 *ts) in pc_clock_gettime() 269 static int pc_clock_getres(clockid_t id, struct timespec64 *ts) in pc_clock_getres() 288 static int pc_clock_settime(clockid_t id, const struct timespec64 *ts) in pc_clock_settime()
|
D | test_udelay.c | 82 struct timespec64 ts; in udelay_test_show() local
|
D | ntp.c | 714 int __do_adjtimex(struct __kernel_timex *txc, const struct timespec64 *ts, in __do_adjtimex() 813 static inline struct pps_normtime pps_normalize_ts(struct timespec64 ts) in pps_normalize_ts()
|
D | posix-timers.c | 1193 struct timespec64 ts; in SYSCALL_DEFINE2() local 1208 struct timespec64 ts; in SYSCALL_DEFINE2() local 1244 struct timespec64 ts; in SYSCALL_DEFINE2() local
|
D | timer_list.c | 166 struct tick_sched *ts = tick_get_tick_sched(cpu); in print_cpu() local
|
D | namespace.c | 334 static void show_offset(struct seq_file *m, int clockid, struct timespec64 *ts) in show_offset()
|
D | hrtimer.c | 1914 int nanosleep_copyout(struct restart_block *restart, struct timespec64 *ts) in nanosleep_copyout()
|
/kernel/irq/ |
D | timings.c | 473 static inline void irq_timings_store(int irq, struct irqt_stat *irqs, u64 ts) in irq_timings_store() 541 u64 ts, next_evt = U64_MAX; in irq_timings_next_event() local 841 u64 ots = 0xDEAD, ts; in irq_timings_test_irqts() local
|
D | internals.h | 364 static __always_inline void irq_timings_push(u64 ts, int irq) in irq_timings_push()
|
/kernel/trace/ |
D | ring_buffer_benchmark.c | 16 u64 ts; member 89 u64 ts; in read_event() local
|
D | trace_stat.c | 34 struct tracer_stat *ts; member 125 struct tracer_stat *ts = session->ts; in stat_seq_init() local
|
D | ring_buffer.c | 301 u64 ts; in ring_buffer_event_time_stamp() local 428 u64 ts; member 1073 u64 ts; in rb_time_stamp() local 1098 int cpu, u64 *ts) in ring_buffer_normalize_time_stamp() 3381 u64 ts; in __rb_reserve_next() local 4503 rb_buffer_peek(struct ring_buffer_per_cpu *cpu_buffer, u64 *ts, in rb_buffer_peek() 4576 rb_iter_peek(struct ring_buffer_iter *iter, u64 *ts) in rb_iter_peek() 4708 ring_buffer_peek(struct trace_buffer *buffer, int cpu, u64 *ts, in ring_buffer_peek() 4757 ring_buffer_iter_peek(struct ring_buffer_iter *iter, u64 *ts) in ring_buffer_iter_peek() 4786 ring_buffer_consume(struct trace_buffer *buffer, int cpu, u64 *ts, in ring_buffer_consume()
|
D | trace.c | 771 u64 ts; in buffer_ftrace_now() local 3488 peek_next_entry(struct trace_iterator *iter, int cpu, u64 *ts, in peek_next_entry() 3520 u64 next_ts = 0, ts; in __find_next_entry() local 3670 u64 ts; in tracing_iter_reset() local 7333 u64 ts; member
|
D | blktrace.c | 1306 unsigned long long ts = iter->ts; in blk_log_action_classic() local
|
D | trace_events_hist.c | 634 u64 ts = ring_buffer_event_time_stamp(rbe); in hist_field_timestamp() local
|
/kernel/rcu/ |
D | rcutorture.c | 232 u64 ts = trace_clock_local(); in rcu_trace_clock_local() local 347 unsigned long long ts; in rcu_read_delay() local 1386 unsigned long long ts; in rcu_torture_one_read() local
|
D | tree_stall.h | 263 struct task_struct *ts[8]; in rcu_print_task_stall() local
|
/kernel/futex/ |
D | core.c | 3799 struct timespec64 ts; in SYSCALL_DEFINE6() local 3995 struct timespec64 ts; in SYSCALL_DEFINE6() local
|
/kernel/ |
D | signal.c | 3486 const struct timespec64 *ts) in do_sigtimedwait() 3549 struct timespec64 ts; in SYSCALL_DEFINE4() local 3582 struct timespec64 ts; in SYSCALL_DEFINE4() local
|
D | workqueue.c | 5826 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local
|
/kernel/printk/ |
D | printk.c | 1303 static size_t print_time(u64 ts, char *buf) in print_time()
|