cpu_timer_list
Regular
4.4
: ✅struct cpu_timer_list {
struct list_head entry;
long long unsigned int expires;
long long unsigned int incr;
struct task_struct *task;
int firing;
};
4.8
: ✅struct cpu_timer_list {
struct list_head entry;
long long unsigned int expires;
long long unsigned int incr;
struct task_struct *task;
int firing;
};
4.10
: ✅struct cpu_timer_list {
struct list_head entry;
long long unsigned int expires;
long long unsigned int incr;
struct task_struct *task;
int firing;
};
4.13
: ✅struct cpu_timer_list {
struct list_head entry;
u64 expires;
u64 incr;
struct task_struct *task;
int firing;
};
4.15
: ✅struct cpu_timer_list {
struct list_head entry;
u64 expires;
u64 incr;
struct task_struct *task;
int firing;
};
4.18
: ✅struct cpu_timer_list {
struct list_head entry;
u64 expires;
u64 incr;
struct task_struct *task;
int firing;
};
5.0
: ✅struct cpu_timer_list {
struct list_head entry;
u64 expires;
u64 incr;
struct task_struct *task;
int firing;
};
5.3
: ✅struct cpu_timer_list {
struct list_head entry;
u64 expires;
struct task_struct *task;
int firing;
};
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️long long unsigned int expires
➡️ u64 expires
long long unsigned int incr
➡️ u64 incr
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
⚠️u64 incr