Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/ioat/
Ddma.c532 if (*phys_complete == ioat_chan->last_completion) in ioat_cleanup_preamble()
638 ioat_chan->last_completion = phys_complete; in __cleanup()
755 ioat_chan->last_completion = *ioat_chan->completion = desc->txd.phys; in ioat_abort_descs()
Ddma.h92 dma_addr_t last_completion; member
Dinit.c670 ioat_chan->last_completion = 0; in ioat_free_chan_resources()
/Linux-v5.4/block/
Dbfq-iosched.h555 u64 last_completion; member
Dbfq-iosched.c1929 ktime_get_ns() - bfqd->last_completion < in bfq_add_request()
3057 bfqd->last_completion - bfqd->first_dispatch); in bfq_update_rate_reset()
3205 now_ns - bfqd->last_completion < BFQ_MIN_TT) in bfq_update_peak_rate()
5616 delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC); in bfq_completed_request()
5638 bfqd->last_completion = now_ns; in bfq_completed_request()