Searched refs:pkgimpulse (Results 1 – 4 of 4) sorted by relevance
150 info.pkgimpulse = 0; in RunStatsUpdateTop()152 info.pkgimpulse = rate_history[ti] - in RunStatsUpdateTop()154 info.pkgimpulse = info.pkgimpulse * ONEHOUR / t; in RunStatsUpdateTop()156 info.pkgimpulse = rate_history[ti] - in RunStatsUpdateTop()158 info.pkgimpulse = info.pkgimpulse * ONEHOUR / RHISTSIZE; in RunStatsUpdateTop()163 info.pkgimpulse); in RunStatsUpdateTop()
186 mvwprintw(CWin, 1, IMPULSE_COL, "%-6d", info->pkgimpulse); in NCursesUpdateTop()
345 info->pkgimpulse, /* impulse */ in HtmlUpdateTop()
470 int pkgimpulse; member