mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 11:41:01 +00:00
I believe this to be safe, as the main thing that LockRefPtr provides over RefPtr is safe copying from a shared LockRefPtr instance. I've inspected the uses of RefPtr<PhysicalPage> and it seems they're all guarded by external locking. Some of it is less obvious, but this is an area where we're making continuous headway. |
||
|---|---|---|
| .. | ||
| NVMeController.cpp | ||
| NVMeController.h | ||
| NVMeDefinitions.h | ||
| NVMeInterruptQueue.cpp | ||
| NVMeInterruptQueue.h | ||
| NVMeNameSpace.cpp | ||
| NVMeNameSpace.h | ||
| NVMePollQueue.cpp | ||
| NVMePollQueue.h | ||
| NVMeQueue.cpp | ||
| NVMeQueue.h | ||