cpuidle_governor
Regular
4.4
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *);
void (*reflect)(struct cpuidle_device *, int);
struct module *owner;
};
4.8
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *);
void (*reflect)(struct cpuidle_device *, int);
struct module *owner;
};
4.10
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *);
void (*reflect)(struct cpuidle_device *, int);
};
4.13
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *);
void (*reflect)(struct cpuidle_device *, int);
};
4.15
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *);
void (*reflect)(struct cpuidle_device *, int);
};
4.18
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
5.0
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
5.3
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
5.4
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
5.8
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
5.11
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
5.13
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
5.15
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
5.19
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
6.2
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
6.5
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
6.8
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
arm64
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
armhf
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
ppc64el
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
riscv64
: Absent ⚠️
aws
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
azure
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
gcp
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
lowlatency
: ✅struct cpuidle_governor {
char name[16];
struct list_head governor_list;
unsigned int rating;
int (*enable)(struct cpuidle_driver *, struct cpuidle_device *);
void (*disable)(struct cpuidle_driver *, struct cpuidle_device *);
int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *);
void (*reflect)(struct cpuidle_device *, int);
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
⚠️struct module *owner
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️int (*select)(struct cpuidle_driver *, struct cpuidle_device *)
➡️ int (*select)(struct cpuidle_driver *, struct cpuidle_device *, bool *)
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
✅
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
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅