ladybird/Kernel/Storage/NVMe
Liav A 7b745a20f1 Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
These were easy to pick-up as these pointers are assigned during the
construction point and are never changed afterwards.

This small change to these pointers will ensure that our code will not
accidentally assign these pointers with a new object which is always a
kind of bug we will want to prevent.
2023-04-08 13:44:21 +02:00
..
NVMeController.cpp Kernel: Propagate errors in StorageController reset() and shutdown() 2023-03-16 09:55:15 +01:00
NVMeController.h Kernel: Propagate errors in StorageController reset() and shutdown() 2023-03-16 09:55:15 +01:00
NVMeDefinitions.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeInterruptQueue.cpp Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue 2023-04-05 12:45:27 +02:00
NVMeInterruptQueue.h Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue 2023-04-05 12:45:27 +02:00
NVMeNameSpace.cpp Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
NVMeNameSpace.h Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
NVMePollQueue.cpp Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue 2023-04-05 12:45:27 +02:00
NVMePollQueue.h Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue 2023-04-05 12:45:27 +02:00
NVMeQueue.cpp Kernel/NVMeQueue: Use waitqueue in submit_sync_sqe 2023-04-05 12:45:27 +02:00
NVMeQueue.h Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability 2023-04-08 13:44:21 +02:00