1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_nvmeset_pl_status - Predictable Latency Per NVM Set Log -
7 Status
8
10 enum nvme_nvmeset_pl_status {
11 NVME_NVMSET_PL_STATUS_DISABLED ,
12 NVME_NVMSET_PL_STATUS_DTWIN ,
13 NVME_NVMSET_PL_STATUS_NDWIN
14
15 };
16
18 NVME_NVMSET_PL_STATUS_DISABLED
19 Not used (Predictable Latency Mode not enabled)
20
21 NVME_NVMSET_PL_STATUS_DTWIN
22 Deterministic Window (DTWIN)
23
24 NVME_NVMSET_PL_STATUS_NDWIN
25 Non-Deterministic Window (NDWIN)
26
27
28
29October 2023 enum nvme_nvmeset_pl_status libnvme(9)