irq_work
Regular
4.4
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
4.8
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
4.10
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
4.13
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
4.15
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
4.18
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
5.0
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
5.3
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
5.4
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
5.8
: ✅struct irq_work {
struct __call_single_node node;
struct llist_node llnode;
atomic_t flags;
void (*func)(struct irq_work *);
};
5.11
: ✅struct irq_work {
struct __call_single_node node;
void (*func)(struct irq_work *);
};
5.13
: ✅struct irq_work {
struct __call_single_node node;
void (*func)(struct irq_work *);
};
5.15
: ✅struct irq_work {
struct __call_single_node node;
void (*func)(struct irq_work *);
};
5.19
: ✅struct irq_work {
struct __call_single_node node;
void (*func)(struct irq_work *);
struct rcuwait irqwait;
};
6.2
: ✅struct irq_work {
struct __call_single_node node;
void (*func)(struct irq_work *);
struct rcuwait irqwait;
};
6.5
: ✅struct irq_work {
struct __call_single_node node;
void (*func)(struct irq_work *);
struct rcuwait irqwait;
};
6.8
: ✅struct irq_work {
struct __call_single_node node;
void (*func)(struct irq_work *);
struct rcuwait irqwait;
};
arm64
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
armhf
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
ppc64el
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
riscv64
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
aws
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
azure
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
gcp
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
lowlatency
: ✅struct irq_work {
long unsigned int flags;
struct llist_node llnode;
void (*func)(struct irq_work *);
};
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
⚠️struct __call_single_node node
long unsigned int flags
➡️ atomic_t flags
5.8
and 5.11
⚠️struct llist_node llnode
atomic_t flags
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️struct rcuwait irqwait
5.19
and 6.2
✅
6.2
and 6.5
✅
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
✅