Searched refs:tick_sched (Results 1 – 3 of 3) sorted by relevance
38 static DEFINE_PER_CPU(struct tick_sched, tick_cpu_sched);40 struct tick_sched *tick_get_tick_sched(int cpu) in tick_get_tick_sched()122 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer()153 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) in tick_sched_handle()219 static bool can_stop_full_tick(int cpu, struct tick_sched *ts) in can_stop_full_tick()325 struct tick_sched *ts; in tick_nohz_dep_set_cpu()347 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_dep_clear_cpu()403 struct tick_sched *ts; in __tick_nohz_task_switch()505 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); in tick_nohz_tick_stopped()512 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_tick_stopped_cpu()[all …]
53 struct tick_sched { struct82 extern struct tick_sched *tick_get_tick_sched(int cpu); argument
166 struct tick_sched *ts = tick_get_tick_sched(cpu); in print_cpu()