kfree_rcu_cpuRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: ✅struct kfree_rcu_cpu {
struct callback_head *head;
struct kfree_rcu_bulk_data *bhead;
struct kfree_rcu_bulk_data *bcached;
struct kfree_rcu_cpu_work krw_arr[2];
spinlock_t lock;
struct delayed_work monitor_work;
bool monitor_todo;
bool initialized;
int count;
};
5.11: ✅struct kfree_rcu_cpu {
struct callback_head *head;
struct kvfree_rcu_bulk_data * bkvhead[2];
struct kfree_rcu_cpu_work krw_arr[2];
raw_spinlock_t lock;
struct delayed_work monitor_work;
bool monitor_todo;
bool initialized;
int count;
struct work_struct page_cache_work;
atomic_t work_in_progress;
struct hrtimer hrtimer;
struct llist_head bkvcache;
int nr_bkv_objs;
};
5.13: ✅struct kfree_rcu_cpu {
struct callback_head *head;
struct kvfree_rcu_bulk_data * bkvhead[2];
struct kfree_rcu_cpu_work krw_arr[2];
raw_spinlock_t lock;
struct delayed_work monitor_work;
bool monitor_todo;
bool initialized;
int count;
struct work_struct page_cache_work;
atomic_t work_in_progress;
struct hrtimer hrtimer;
struct llist_head bkvcache;
int nr_bkv_objs;
};
5.15: ✅struct kfree_rcu_cpu {
struct callback_head *head;
struct kvfree_rcu_bulk_data * bkvhead[2];
struct kfree_rcu_cpu_work krw_arr[2];
raw_spinlock_t lock;
struct delayed_work monitor_work;
bool monitor_todo;
bool initialized;
int count;
struct delayed_work page_cache_work;
atomic_t backoff_page_cache_fill;
atomic_t work_in_progress;
struct hrtimer hrtimer;
struct llist_head bkvcache;
int nr_bkv_objs;
};
5.19: ✅struct kfree_rcu_cpu {
struct callback_head *head;
struct kvfree_rcu_bulk_data * bkvhead[2];
struct kfree_rcu_cpu_work krw_arr[2];
raw_spinlock_t lock;
struct delayed_work monitor_work;
bool monitor_todo;
bool initialized;
int count;
struct delayed_work page_cache_work;
atomic_t backoff_page_cache_fill;
atomic_t work_in_progress;
struct hrtimer hrtimer;
struct llist_head bkvcache;
int nr_bkv_objs;
};
6.2: ✅struct kfree_rcu_cpu {
struct callback_head *head;
struct kvfree_rcu_bulk_data * bkvhead[2];
struct kfree_rcu_cpu_work krw_arr[2];
raw_spinlock_t lock;
struct delayed_work monitor_work;
bool initialized;
int count;
struct delayed_work page_cache_work;
atomic_t backoff_page_cache_fill;
atomic_t work_in_progress;
struct hrtimer hrtimer;
struct llist_head bkvcache;
int nr_bkv_objs;
};
6.5: ✅struct kfree_rcu_cpu {
struct callback_head *head;
long unsigned int head_gp_snap;
atomic_t head_count;
struct list_head bulk_head[2];
atomic_t bulk_count[2];
struct kfree_rcu_cpu_work krw_arr[2];
raw_spinlock_t lock;
struct delayed_work monitor_work;
bool initialized;
struct delayed_work page_cache_work;
atomic_t backoff_page_cache_fill;
atomic_t work_in_progress;
struct hrtimer hrtimer;
struct llist_head bkvcache;
int nr_bkv_objs;
};
6.8: ✅struct kfree_rcu_cpu {
struct callback_head *head;
long unsigned int head_gp_snap;
atomic_t head_count;
struct list_head bulk_head[2];
atomic_t bulk_count[2];
struct kfree_rcu_cpu_work krw_arr[2];
raw_spinlock_t lock;
struct delayed_work monitor_work;
bool initialized;
struct delayed_work page_cache_work;
atomic_t backoff_page_cache_fill;
atomic_t work_in_progress;
struct hrtimer hrtimer;
struct llist_head bkvcache;
int nr_bkv_objs;
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.8 and 5.11 ⚠️struct kvfree_rcu_bulk_data * bkvhead[2]
struct work_struct page_cache_work
atomic_t work_in_progress
struct hrtimer hrtimer
struct llist_head bkvcache
int nr_bkv_objs
struct kfree_rcu_bulk_data *bhead
struct kfree_rcu_bulk_data *bcached
spinlock_t lock ➡️ raw_spinlock_t lock
5.11 and 5.13 ✅
5.13 and 5.15 ⚠️atomic_t backoff_page_cache_fill
struct work_struct page_cache_work ➡️ struct delayed_work page_cache_work
5.15 and 5.19 ✅
5.19 and 6.2 ⚠️bool monitor_todo
6.2 and 6.5 ⚠️long unsigned int head_gp_snap
atomic_t head_count
struct list_head bulk_head[2]
atomic_t bulk_count[2]
struct kvfree_rcu_bulk_data * bkvhead[2]
int count
6.5 and 6.8 ✅