Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/dma/ioat/
Ddma.c547 if (*phys_complete == ioat_chan->last_completion) in ioat_cleanup_preamble()
654 ioat_chan->last_completion = phys_complete; in __cleanup()
771 ioat_chan->last_completion = *ioat_chan->completion = desc->txd.phys; in ioat_abort_descs()
Ddma.h97 dma_addr_t last_completion; member
Dinit.c670 ioat_chan->last_completion = 0; in ioat_free_chan_resources()
/linux-5.19.10/block/
Dbfq-iosched.h591 u64 last_completion; member
Dbfq-iosched.c2138 now_ns - bfqd->last_completion >= 4 * NSEC_PER_MSEC) in bfq_check_waker()
3454 bfqd->last_completion - bfqd->first_dispatch); in bfq_update_rate_reset()
3602 now_ns - bfqd->last_completion < BFQ_MIN_TT) in bfq_update_peak_rate()
6277 delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC); in bfq_completed_request()
6299 bfqd->last_completion = now_ns; in bfq_completed_request()
/linux-5.19.10/drivers/net/ethernet/google/gve/
Dgve_main.c1267 u32 last_completion = 0; in gve_handle_report_stats() local
1272 last_completion = priv->tx[idx].done; in gve_handle_report_stats()
1302 .value = cpu_to_be64(last_completion), in gve_handle_report_stats()