On Mon, Jun 23, 2025 at 1:48 PM Benno Lossin <los...@kernel.org> wrote: > > Another way would be to use a `Once`-like type (does that exist on the C > side?) so a type that can be initialized once and then never changes.
There are `DO_ONCE{,_SLEEPABLE,_LITE}`. Cheers, Miguel