Per-CPU softirq execution state.
More...
|
|
u64 | dispatch_count {0U} |
| | Monotonic counter bumped every time do_softirq is entered.
|
|
u32 | nest {0U} |
| | Recursive re-entry guard (a softirq may raise another softirq).
|
|
std::atomic< u32 > | pending {0U} |
| | Bitmap of pending softirq vectors (one bit per softirq_vec).
|
|
u32 | processing {0U} |
| | Snapshot of pending bits being processed right now in do_softirq.
|
|
u64 | raise_count {0U} |
| | Monotonic counter bumped every time raise_softirq actually sets a bit.
|
Per-CPU softirq execution state.
The documentation for this struct was generated from the following file: