Searched defs:timer_base (Results 1 – 2 of 2) sorted by relevance
292 inline uint64_t Environment::timer_base() const { in timer_base() function
29942 struct timer_base { struct29943 raw_spinlock_t lock;29944 struct timer_list *running_timer;29945 long unsigned int clk;29946 long unsigned int next_expiry;29947 unsigned int cpu;29948 bool next_expiry_recalc;29949 bool is_idle;29950 bool timers_pending;29951 long unsigned int pending_map[9];[all …]