tick-internal.h (da733563be5a9da26fe81d9f007262d00b846e22) | tick-internal.h (d6ad418763888f617ac5b4849823e4cd670df1dd) |
---|---|
1/* 2 * tick internal variable and functions used by low/high res code 3 */ 4#include <linux/hrtimer.h> 5#include <linux/tick.h> 6 7#ifdef CONFIG_GENERIC_CLOCKEVENTS_BUILD 8 --- 127 unchanged lines hidden (view full) --- 136static inline int tick_device_is_functional(struct clock_event_device *dev) 137{ 138 return !(dev->features & CLOCK_EVT_FEAT_DUMMY); 139} 140 141#endif 142 143extern void do_timer(unsigned long ticks); | 1/* 2 * tick internal variable and functions used by low/high res code 3 */ 4#include <linux/hrtimer.h> 5#include <linux/tick.h> 6 7#ifdef CONFIG_GENERIC_CLOCKEVENTS_BUILD 8 --- 127 unchanged lines hidden (view full) --- 136static inline int tick_device_is_functional(struct clock_event_device *dev) 137{ 138 return !(dev->features & CLOCK_EVT_FEAT_DUMMY); 139} 140 141#endif 142 143extern void do_timer(unsigned long ticks); |
144extern seqlock_t xtime_lock; | |