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

/linux-master/drivers/dma/ioat/
H A Ddma.h98 dma_addr_t last_completion; member in struct:ioatdma_chan
H A Ddma.c547 if (*phys_complete == ioat_chan->last_completion)
654 ioat_chan->last_completion = phys_complete;
771 ioat_chan->last_completion = *ioat_chan->completion = desc->txd.phys;
H A Dinit.c670 ioat_chan->last_completion = 0;
/linux-master/block/
H A Dbfq-iosched.h631 u64 last_completion; member in struct:bfq_data
H A Dbfq-iosched.c2140 now_ns - bfqd->last_completion >= 4 * NSEC_PER_MSEC ||
3474 bfqd->last_completion - bfqd->first_dispatch);
3622 now_ns - bfqd->last_completion < BFQ_MIN_TT)
6381 delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC);
6403 bfqd->last_completion = now_ns;
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_main.c2204 u32 last_completion = 0; local
2209 last_completion = priv->tx[idx].done;
2239 .value = cpu_to_be64(last_completion),

Completed in 177 milliseconds