Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dblk-wbt.h66 unsigned long last_comp; /* last non-throttled comp */ member
Dblk-wbt.c197 wb_timestamp(rwb, &rwb->last_comp); in wbt_done()
449 time_before(now, rwb->last_comp + HZ / 10); in close_io()
841 rwb->last_comp = rwb->last_issue = jiffies; in wbt_init()
/linux-6.1.9/drivers/infiniband/hw/mthca/
Dmthca_cq.c562 if (wq->last_comp < wqe_index) in mthca_poll_one()
563 wq->tail += wqe_index - wq->last_comp; in mthca_poll_one()
565 wq->tail += wqe_index + wq->max - wq->last_comp; in mthca_poll_one()
567 wq->last_comp = wqe_index; in mthca_poll_one()
Dmthca_provider.h232 unsigned last_comp; member
Dmthca_qp.c233 wq->last_comp = wq->max - 1; in mthca_wq_reset()