Home
last modified time | relevance | path

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

/block/
Dblk-iocost.c542 struct iocg_stat local_stat; member
1344 iocg->local_stat.indelay_us += now->now - iocg->indelay_since; in iocg_kick_delay()
1392 iocg->local_stat.indebt_us += now->now - iocg->indebt_since; in iocg_pay_debt()
1486 iocg->local_stat.wait_us += now->now - iocg->wait_since; in iocg_kick_waitq()
1634 iocg->local_stat.usage_us += iocg->usage_delta_us; in iocg_flush_stat_one()
1638 iocg->local_stat.usage_us + iocg->desc_stat.usage_us; in iocg_flush_stat_one()
1640 iocg->local_stat.wait_us + iocg->desc_stat.wait_us; in iocg_flush_stat_one()
1642 iocg->local_stat.indebt_us + iocg->desc_stat.indebt_us; in iocg_flush_stat_one()
1644 iocg->local_stat.indelay_us + iocg->desc_stat.indelay_us; in iocg_flush_stat_one()
2144 iocg->local_stat.wait_us += now.now - iocg->wait_since; in ioc_timer_fn()
[all …]