Home
last modified time | relevance | path

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

/Linux-v4.19/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.h104 dma_addr_t last_completion; member
Dinit.c675 ioat_chan->last_completion = 0; in ioat_free_chan_resources()
/Linux-v4.19/block/
Dbfq-iosched.h473 u64 last_completion; member
Dbfq-iosched.c2587 bfqd->last_completion - bfqd->first_dispatch); in bfq_update_rate_reset()
2735 now_ns - bfqd->last_completion < BFQ_MIN_TT) in bfq_update_peak_rate()
4688 delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC); in bfq_completed_request()
4710 bfqd->last_completion = now_ns; in bfq_completed_request()