Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dcore.c2950 u64 max_lat_us = 0; in nvme_configure_apst() local
3031 if (total_latency_us > max_lat_us) in nvme_configure_apst()
3032 max_lat_us = total_latency_us; in nvme_configure_apst()
3039 max_ps, max_lat_us, (int)sizeof(*table), table); in nvme_configure_apst()