per_cpu_pages
Regular
4.4
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
4.8
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
4.10
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
4.13
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
4.15
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
4.18
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
5.0
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
5.3
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
5.4
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
5.8
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
5.11
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
5.13
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
5.15
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
short int free_factor;
short int expire;
struct list_head lists[15];
};
5.19
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
short int free_factor;
short int expire;
struct list_head lists[15];
};
6.2
: ✅struct per_cpu_pages {
spinlock_t lock;
int count;
int high;
int batch;
short int free_factor;
short int expire;
struct list_head lists[13];
};
6.5
: ✅struct per_cpu_pages {
spinlock_t lock;
int count;
int high;
int batch;
short int free_factor;
short int expire;
struct list_head lists[13];
};
6.8
: ✅struct per_cpu_pages {
spinlock_t lock;
int count;
int high;
int high_min;
int high_max;
int batch;
u8 flags;
u8 alloc_factor;
u8 expire;
short int free_count;
struct list_head lists[13];
};
arm64
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
armhf
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
ppc64el
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
riscv64
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
aws
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
azure
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
gcp
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
lowlatency
: ✅struct per_cpu_pages {
int count;
int high;
int batch;
struct list_head lists[3];
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
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
⚠️short int free_factor
short int expire
struct list_head lists[3]
➡️ struct list_head lists[15]
5.15
and 5.19
✅
5.19
and 6.2
⚠️spinlock_t lock
struct list_head lists[15]
➡️ struct list_head lists[13]
6.2
and 6.5
✅
6.5
and 6.8
⚠️int high_min
int high_max
u8 flags
u8 alloc_factor
short int free_count
short int free_factor
short int expire
➡️ u8 expire
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅