Lines Matching defs:hrtimer_cpu_base
2072 struct hrtimer_cpu_base { struct
2073 raw_spinlock_t lock;
2074 unsigned int cpu;
2075 unsigned int active_bases;
2076 unsigned int clock_was_set_seq;
2077 unsigned int hres_active: 1;
2078 unsigned int in_hrtirq: 1;
2079 unsigned int hang_detected: 1;
2080 unsigned int softirq_activated: 1;
2081 unsigned int nr_events;
2082 short unsigned int nr_retries;
2083 short unsigned int nr_hangs;
2084 unsigned int max_hang_time;
2085 ktime_t expires_next;
2086 struct hrtimer *next_timer;
2087 ktime_t softirq_expires_next;
2088 struct hrtimer *softirq_next_timer;
2089 struct hrtimer_clock_base clock_base[8];