Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dcore.c2560 u64 max_lat_us = 0; in nvme_configure_apst() local
2640 if (total_latency_us > max_lat_us) in nvme_configure_apst()
2641 max_lat_us = total_latency_us; in nvme_configure_apst()
2650 max_ps, max_lat_us, (int)sizeof(*table), table); in nvme_configure_apst()