Searched refs:tick_sched (Results 1 – 3 of 3) sorted by relevance
39 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()185 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer()231 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) in tick_sched_handle()303 static bool can_stop_full_tick(int cpu, struct tick_sched *ts) in can_stop_full_tick()447 struct tick_sched *ts; in tick_nohz_dep_set_cpu()469 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_dep_clear_cpu()524 struct tick_sched *ts; in __tick_nohz_task_switch()626 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); in tick_nohz_tick_stopped()633 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_tick_stopped_cpu()[all …]
58 struct tick_sched { struct103 extern struct tick_sched *tick_get_tick_sched(int cpu); argument
151 struct tick_sched *ts = tick_get_tick_sched(cpu); in print_cpu()