Searched refs:tpop (Results 1 – 2 of 2) sorted by relevance
176 long long tpop = 0; in dostats() local219 tpop += DELTA(rtape); in dostats()220 tpop += DELTA(wtape); in dostats()221 totl = (dskop + tpop) ? (dskop + tpop) : 1; in dostats()224 tpcnt = (tpop * 100) / totl; in dostats()
72 static void tpop(cpp_db_t *);3819 tpop(db); in parse_template_args()4030 tpop(cpp_db_t *db) in tpop() function