1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 10:00:46 +00:00
serenity/Kernel/Net/Intel
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
..
E1000ENetworkAdapter.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
E1000ENetworkAdapter.h Kernel/Net: Don't allocate memory for adapters' names 2023-08-12 11:48:48 -06:00
E1000NetworkAdapter.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
E1000NetworkAdapter.h Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00