serenity/Kernel/Storage/NVMe
Lenny Maiorani c6acf64558 Kernel: Change static constexpr variables to constexpr where possible
Function-local `static constexpr` variables can be `constexpr`. This
can reduce memory consumption, binary size, and offer additional
compiler optimizations.

These changes result in a stripped x86_64 kernel binary size reduction
of 592 bytes.
2022-02-09 21:04:51 +00:00
..
NVMeController.cpp Kernel: Change static constexpr variables to constexpr where possible 2022-02-09 21:04:51 +00:00
NVMeController.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeDefinitions.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeInterruptQueue.cpp Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeInterruptQueue.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeNameSpace.cpp Kernel: Add UNMAP_AFTER_INIT to NVMe member functions 2022-01-18 11:37:04 +02:00
NVMeNameSpace.h
NVMePollQueue.cpp Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMePollQueue.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeQueue.cpp Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeQueue.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00