idle_inject_deviceRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_ms;
unsigned int run_duration_ms;
long unsigned int cpumask[0];
};
5.3: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_ms;
unsigned int run_duration_ms;
long unsigned int cpumask[0];
};
5.4: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
long unsigned int cpumask[0];
};
5.8: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
unsigned int latency_us;
long unsigned int cpumask[0];
};
5.11: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
unsigned int latency_us;
long unsigned int cpumask[0];
};
5.13: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
unsigned int latency_us;
long unsigned int cpumask[0];
};
5.15: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
unsigned int latency_us;
long unsigned int cpumask[0];
};
5.19: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
unsigned int latency_us;
long unsigned int cpumask[0];
};
6.2: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
unsigned int latency_us;
long unsigned int cpumask[0];
};
6.5: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
unsigned int latency_us;
bool (*update)();
long unsigned int cpumask[0];
};
6.8: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
unsigned int latency_us;
bool (*update)();
long unsigned int cpumask[0];
};
arm64: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
long unsigned int cpumask[0];
};
armhf: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
long unsigned int cpumask[0];
};
ppc64el: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
long unsigned int cpumask[0];
};
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
long unsigned int cpumask[0];
};
lowlatency: ✅struct idle_inject_device {
struct hrtimer timer;
unsigned int idle_duration_us;
unsigned int run_duration_us;
long unsigned int cpumask[0];
};
Regular
5.0 and 5.3 ✅
5.3 and 5.4 ⚠️unsigned int idle_duration_us
unsigned int run_duration_us
unsigned int idle_duration_ms
unsigned int run_duration_ms
5.4 and 5.8 ⚠️unsigned int latency_us
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️bool (*update)()
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
generic and gcp ✅
generic and lowlatency ✅