serenity/Kernel/Bus
Liav A. 2bba9411ca Kernel: Use the AK SetOnce container class in various cases
We have many places in the kernel code that we have boolean flags that
are only set once, and never reset again but are checked multiple times
before and after the time they're being set, which matches the purpose
of the SetOnce class.
2024-04-26 23:46:23 -06:00
..
PCI Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
SerialIO Kernel: Untie PS2 mouse and keyboard devices from i8042 implementation 2023-06-21 05:02:09 -06:00
USB Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
VirtIO Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00