Searched refs:local_stat (Results 1 – 1 of 1) sorted by relevance
540 struct iocg_stat local_stat; member1390 iocg->local_stat.indelay_us += now->now - iocg->indelay_since; in iocg_kick_delay()1438 iocg->local_stat.indebt_us += now->now - iocg->indebt_since; in iocg_pay_debt()1532 iocg->local_stat.wait_us += now->now - iocg->wait_since; in iocg_kick_waitq()1680 iocg->local_stat.usage_us += iocg->usage_delta_us; in iocg_flush_stat_one()1684 iocg->local_stat.usage_us + iocg->desc_stat.usage_us; in iocg_flush_stat_one()1686 iocg->local_stat.wait_us + iocg->desc_stat.wait_us; in iocg_flush_stat_one()1688 iocg->local_stat.indebt_us + iocg->desc_stat.indebt_us; in iocg_flush_stat_one()1690 iocg->local_stat.indelay_us + iocg->desc_stat.indelay_us; in iocg_flush_stat_one()2171 iocg->local_stat.wait_us += now->now - iocg->wait_since; in ioc_check_iocgs()[all …]