Home
last modified time | relevance | path

Searched refs:tick_sched (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/kernel/time/
Dtick-sched.c39 static DEFINE_PER_CPU(struct tick_sched, tick_cpu_sched);
41 struct tick_sched *tick_get_tick_sched(int cpu) in tick_get_tick_sched()
174 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer()
220 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) in tick_sched_handle()
287 static bool can_stop_full_tick(int cpu, struct tick_sched *ts) in can_stop_full_tick()
431 struct tick_sched *ts; in tick_nohz_dep_set_cpu()
453 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_dep_clear_cpu()
508 struct tick_sched *ts; in __tick_nohz_task_switch()
605 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); in tick_nohz_tick_stopped()
612 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_tick_stopped_cpu()
[all …]
Dtick-sched.h55 struct tick_sched { struct
86 extern struct tick_sched *tick_get_tick_sched(int cpu); argument
Dtimer_list.c151 struct tick_sched *ts = tick_get_tick_sched(cpu); in print_cpu()