1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 12:15:07 +00:00
serenity/Kernel/Storage/NVMe
kleines Filmröllchen 213025f210 AK: Rename Time to Duration
That's what this class really is; in fact that's what the first line of
the comment says it is.

This commit does not rename the main files, since those will contain
other time-related classes in a little bit.
2023-05-24 23:18:07 +02:00
..
NVMeController.cpp AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
NVMeController.h AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
NVMeDefinitions.h Kernel: Add bar_address_mask to mask the last 4 bits of a BAR address 2023-04-24 21:41:54 +02:00
NVMeInterruptQueue.cpp Kernel: Move NVMeInterruptQueue initialization out of its constructor 2023-05-21 18:01:29 -06:00
NVMeInterruptQueue.h Kernel: Move NVMeInterruptQueue initialization out of its constructor 2023-05-21 18:01:29 -06: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: Add try_create() to NVMe{Poll|Interrupt}Queue 2023-05-21 18:01:29 -06:00
NVMePollQueue.h Kernel/NVMe: Add try_create() to NVMe{Poll|Interrupt}Queue 2023-05-21 18:01:29 -06:00
NVMeQueue.cpp Kernel/NVMe: Add try_create() to NVMe{Poll|Interrupt}Queue 2023-05-21 18:01:29 -06:00
NVMeQueue.h Kernel: Remove the unused {cq|sq}_dma_page from NVMeQueue 2023-05-21 18:01:29 -06:00