Searched refs:sdio_throughput_timestamp (Results 1 – 2 of 2) sorted by relevance
334 unsigned long sdio_throughput_timestamp; member
5264 sc->sdio_throughput_timestamp = jiffies;5269 if (time_after(jiffies, sc->sdio_throughput_timestamp + msecs_to_jiffies(1000)))5271 …_evt_size,(sc->sdio_rx_evt_size << 3) / jiffies_to_msecs(jiffies - sc->sdio_throughput_timestamp));5272 sc->sdio_throughput_timestamp = jiffies;