timer_base
Regular
4.4
: Absent ⚠️
4.8
: ✅struct timer_base {
spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool migration_enabled;
bool nohz_active;
bool is_idle;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
4.10
: ✅struct timer_base {
spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool migration_enabled;
bool nohz_active;
bool is_idle;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
4.13
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool migration_enabled;
bool nohz_active;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
4.15
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool migration_enabled;
bool nohz_active;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
4.18
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
5.0
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
5.3
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
5.4
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
5.8
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
5.11
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool next_expiry_recalc;
bool is_idle;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
5.13
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool next_expiry_recalc;
bool is_idle;
bool timers_pending;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
5.15
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool next_expiry_recalc;
bool is_idle;
bool timers_pending;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
5.19
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool next_expiry_recalc;
bool is_idle;
bool timers_pending;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
6.2
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool next_expiry_recalc;
bool is_idle;
bool timers_pending;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
6.5
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool next_expiry_recalc;
bool is_idle;
bool timers_pending;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
6.8
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool next_expiry_recalc;
bool is_idle;
bool timers_pending;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
arm64
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
armhf
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[18];
struct hlist_head vectors[576];
};
ppc64el
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
riscv64
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
aws
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
azure
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
gcp
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
lowlatency
: ✅struct timer_base {
raw_spinlock_t lock;
struct timer_list *running_timer;
long unsigned int clk;
long unsigned int next_expiry;
unsigned int cpu;
bool is_idle;
bool must_forward_clk;
long unsigned int pending_map[9];
struct hlist_head vectors[576];
};
Regular
4.8
and 4.10
✅
4.10
and 4.13
⚠️bool must_forward_clk
spinlock_t lock
➡️ raw_spinlock_t lock
4.13
and 4.15
✅
4.15
and 4.18
⚠️bool migration_enabled
bool nohz_active
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
⚠️bool next_expiry_recalc
bool must_forward_clk
5.11
and 5.13
⚠️bool timers_pending
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
⚠️long unsigned int pending_map[9]
➡️ long unsigned int pending_map[18]
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅