Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/block/
Dbfq-iosched.h557 u64 last_completion; member
Dbfq-iosched.c1933 ktime_get_ns() - bfqd->last_completion < in bfq_add_request()
3070 bfqd->last_completion - bfqd->first_dispatch); in bfq_update_rate_reset()
3218 now_ns - bfqd->last_completion < BFQ_MIN_TT) in bfq_update_peak_rate()
5648 delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC); in bfq_completed_request()
5670 bfqd->last_completion = now_ns; in bfq_completed_request()