blob: 115c54cba873163309c68085b30e3e60de847216 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
.TH "nvme_pmr_throughput" 9 "nvme_pmr_throughput" "February 2024" "libnvme API manual" LINUX
.SH NAME
nvme_pmr_throughput \- Calculate throughput of persistent memory buffer
.SH SYNOPSIS
.B "__u64" nvme_pmr_throughput
.BI "(__u32 pmrswtp " ");"
.SH ARGUMENTS
.IP "pmrswtp" 12
Value from controller register NVME_REG_PMRSWTP
.SH "RETURN"
throughput of controller persistent memory buffer in bytes/second
|