io_wait_queue
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
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
5.8
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
5.11
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
5.13
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
5.15
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int cq_tail;
unsigned int nr_timeouts;
};
5.19
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int cq_tail;
unsigned int nr_timeouts;
};
6.2
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int cq_tail;
unsigned int nr_timeouts;
};
6.5
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int cq_tail;
unsigned int nr_timeouts;
ktime_t timeout;
};
6.8
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int cq_tail;
unsigned int nr_timeouts;
ktime_t timeout;
};
arm64
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
armhf
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
ppc64el
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
riscv64
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
aws
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
azure
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
gcp
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
lowlatency
: ✅struct io_wait_queue {
struct wait_queue_entry wq;
struct io_ring_ctx *ctx;
unsigned int to_wait;
unsigned int nr_timeouts;
};
Regular
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
⚠️unsigned int cq_tail
unsigned int to_wait
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
⚠️ktime_t timeout
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅