Searched defs:hrtimer_clock_base (Results 1 – 1 of 1) sorted by relevance
3819 struct hrtimer_clock_base { struct3820 struct hrtimer_cpu_base *cpu_base;3821 unsigned int index;3822 clockid_t clockid;3823 seqcount_raw_spinlock_t seq;3824 struct hrtimer *running;3825 struct timerqueue_head active;3849 struct hrtimer_clock_base clock_base[8]; argument