Searched defs:timer_base (Results 1 – 13 of 13) sorted by relevance
67644 struct timer_base { struct67645 raw_spinlock_t lock;67646 struct timer_list *running_timer;67647 long unsigned int clk;67648 long unsigned int next_expiry;67649 unsigned int cpu;67650 bool next_expiry_recalc;67651 bool is_idle;67652 bool timers_pending;67653 long unsigned int pending_map[9];[all …]
15318 struct timer_base { struct15319 raw_spinlock_t lock;15320 struct timer_list *running_timer;15321 long unsigned int clk;15322 long unsigned int next_expiry;15323 unsigned int cpu;15324 bool next_expiry_recalc;15325 bool is_idle;15326 bool timers_pending;15327 long unsigned int pending_map[8];[all …]
72487 struct timer_base { struct72488 raw_spinlock_t lock;72489 struct timer_list *running_timer;72490 long unsigned int clk;72491 long unsigned int next_expiry;72492 unsigned int cpu;72493 bool next_expiry_recalc;72494 bool is_idle;72495 bool timers_pending;72496 long unsigned int pending_map[9];[all …]
36971 struct timer_base { struct36972 raw_spinlock_t lock;36973 struct timer_list *running_timer;36974 long unsigned int clk;36975 long unsigned int next_expiry;36976 unsigned int cpu;36977 bool next_expiry_recalc;36978 bool is_idle;36979 bool timers_pending;36980 long unsigned int pending_map[9];[all …]
26652 struct timer_base { struct26653 raw_spinlock_t lock;26654 struct timer_list *running_timer;26655 unsigned long clk;26656 unsigned long next_expiry;26657 unsigned int cpu;26658 bool next_expiry_recalc;26659 bool is_idle;26660 bool timers_pending;26661 unsigned long pending_map[9];[all …]
81657 int timer_base[2]; member103929 struct timer_base { struct103930 raw_spinlock_t lock;103931 struct timer_list *running_timer;103932 long unsigned int clk;103933 long unsigned int next_expiry;103934 unsigned int cpu;103935 bool next_expiry_recalc;103936 bool is_idle;103937 bool timers_pending;[all …]
21877 struct timer_base { struct21878 raw_spinlock_t lock;21879 struct timer_list *running_timer;21880 long unsigned int clk;21881 long unsigned int next_expiry;21882 unsigned int cpu;21883 bool next_expiry_recalc;21884 bool is_idle;21885 bool timers_pending;21886 long unsigned int pending_map[9];[all …]
36755 struct timer_base { struct36756 raw_spinlock_t lock;36757 struct timer_list *running_timer;36758 unsigned long clk;36759 unsigned long next_expiry;36760 unsigned int cpu;36761 bool next_expiry_recalc;36762 bool is_idle;36763 bool timers_pending;36764 unsigned long pending_map[9];[all …]