io_wqe
Regular
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 io_wqe {
spinlock_t lock;
struct io_wq_work_list work_list;
long unsigned int hash_map;
unsigned int flags;
int node;
struct io_wqe_acct acct[2];
struct hlist_nulls_head free_list;
struct list_head all_list;
struct io_wq *wq;
struct io_wq_work * hash_tail[64];
};
5.11
: ✅struct io_wqe {
raw_spinlock_t lock;
struct io_wq_work_list work_list;
long unsigned int hash_map;
unsigned int flags;
int node;
struct io_wqe_acct acct[2];
struct hlist_nulls_head free_list;
struct list_head all_list;
struct io_wq *wq;
struct io_wq_work * hash_tail[64];
};
5.13
: ✅struct io_wqe {
raw_spinlock_t lock;
struct io_wq_work_list work_list;
unsigned int flags;
int node;
struct io_wqe_acct acct[2];
struct hlist_nulls_head free_list;
struct list_head all_list;
struct wait_queue_entry wait;
struct io_wq *wq;
struct io_wq_work * hash_tail[64];
};
5.15
: ✅struct io_wqe {
raw_spinlock_t lock;
struct io_wqe_acct acct[2];
int node;
struct hlist_nulls_head free_list;
struct list_head all_list;
struct wait_queue_entry wait;
struct io_wq *wq;
struct io_wq_work * hash_tail[64];
cpumask_var_t cpu_mask;
};
5.19
: ✅struct io_wqe {
raw_spinlock_t lock;
struct io_wqe_acct acct[2];
int node;
struct hlist_nulls_head free_list;
struct list_head all_list;
struct wait_queue_entry wait;
struct io_wq *wq;
struct io_wq_work * hash_tail[64];
cpumask_var_t cpu_mask;
};
6.2
: ✅struct io_wqe {
raw_spinlock_t lock;
struct io_wqe_acct acct[2];
int node;
struct hlist_nulls_head free_list;
struct list_head all_list;
struct wait_queue_entry wait;
struct io_wq *wq;
struct io_wq_work * hash_tail[64];
cpumask_var_t cpu_mask;
};
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
5.8
and 5.11
⚠️spinlock_t lock
➡️ raw_spinlock_t lock
5.11
and 5.13
⚠️struct wait_queue_entry wait
long unsigned int hash_map
5.13
and 5.15
⚠️cpumask_var_t cpu_mask
struct io_wq_work_list work_list
unsigned int flags
5.15
and 5.19
✅
5.19
and 6.2
✅