blob: 1c187dd56674e71eaf7c0700058afc0cfa543789 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
.TH "nvme_pmr_throughput" 9 "nvme_pmr_throughput" "December 2023" "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
|