Searched refs:new_stat (Results 1 – 1 of 1) sorted by relevance
1664 struct iocg_stat new_stat; in iocg_flush_stat_one() local1683 new_stat.usage_us = in iocg_flush_stat_one()1685 new_stat.wait_us = in iocg_flush_stat_one()1687 new_stat.indebt_us = in iocg_flush_stat_one()1689 new_stat.indelay_us = in iocg_flush_stat_one()1698 new_stat.usage_us - iocg->last_stat.usage_us; in iocg_flush_stat_one()1700 new_stat.wait_us - iocg->last_stat.wait_us; in iocg_flush_stat_one()1702 new_stat.indebt_us - iocg->last_stat.indebt_us; in iocg_flush_stat_one()1704 new_stat.indelay_us - iocg->last_stat.indelay_us; in iocg_flush_stat_one()1707 iocg->last_stat = new_stat; in iocg_flush_stat_one()