blob: 3390e32a1d6c5e6faba78c77efcf06c6b9edcc9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
.TH "nvme_pmr_throughput" 9 "nvme_pmr_throughput" "August 2022" "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
|