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

/linux-master/kernel/time/
H A Dtick-sched.h34 * struct tick_sched - sched tick emulation and no idle tick control/stats
64 struct tick_sched { struct
105 extern struct tick_sched *tick_get_tick_sched(int cpu);
H A Dtick-sched.c40 static DEFINE_PER_CPU(struct tick_sched, tick_cpu_sched);
42 struct tick_sched *tick_get_tick_sched(int cpu)
184 static inline int tick_sched_flag_test(struct tick_sched *ts,
190 static inline void tick_sched_flag_set(struct tick_sched *ts,
197 static inline void tick_sched_flag_clear(struct tick_sched *ts,
206 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now)
253 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs)
286 struct tick_sched *ts = container_of(timer, struct tick_sched, sched_timer);
314 static void tick_sched_timer_cancel(struct tick_sched *t
[all...]
H A Dtimer_list.c154 struct tick_sched *ts = tick_get_tick_sched(cpu);

Completed in 144 milliseconds