Home
last modified time | relevance | path

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

/linux/drivers/dma/ioat/
H A Ddma.c547 if (*phys_complete == ioat_chan->last_completion) in ioat_cleanup_preamble()
654 ioat_chan->last_completion = phys_complete; in __ioat_cleanup()
771 ioat_chan->last_completion = *ioat_chan->completion = desc->txd.phys; in ioat_abort_descs()
H A Ddma.h98 dma_addr_t last_completion; member
H A Dinit.c659 ioat_chan->last_completion = 0; in ioat_free_chan_resources()
/linux/block/
H A Dbfq-iosched.h631 u64 last_completion; member
H A Dbfq-iosched.c2151 now_ns - bfqd->last_completion >= 4 * NSEC_PER_MSEC || in bfq_check_waker()
3487 bfqd->last_completion - bfqd->first_dispatch); in bfq_update_rate_reset()
3635 now_ns - bfqd->last_completion < BFQ_MIN_TT) in bfq_update_peak_rate()
6395 delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC); in bfq_completed_request()
6417 bfqd->last_completion = now_ns; in bfq_completed_request()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c2172 u32 last_completion = 0; in gve_handle_report_stats() local
2177 last_completion = priv->tx[idx].done; in gve_handle_report_stats()
2207 .value = cpu_to_be64(last_completion), in gve_handle_report_stats()