pub static KTSTR_SCHEDULERS: DistributedSlice<[&'static Scheduler]>Expand description
Distributed slice collecting all declare_scheduler! registrations
via linkme. Each entry is a &'static Scheduler pointing at a
const emitted by the macro. The verifier discovers schedulers by
spawning the test binary with --ktstr-list-schedulers; a per-binary
ctor walks this slice and serializes each entry to JSON.