Home
last modified time | relevance | path

Searched refs:max_lat_us (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/nvme/host/
Dcore.c2492 u64 max_lat_us = 0; in nvme_configure_apst() local
2573 if (total_latency_us > max_lat_us) in nvme_configure_apst()
2574 max_lat_us = total_latency_us; in nvme_configure_apst()
2581 max_ps, max_lat_us, (int)sizeof(*table), table); in nvme_configure_apst()