Home | History | Annotate | Download | only in posix

Lines Matching defs:stats

1166   long long timeout = 0, now, stats[16];
1182 memset(stats, 0, sizeof(stats));
1195 long long *st = stats+8*(tock&1);
1298 ll = stats[3] = stats[11] = 0;
1299 for (i = 0; i<8; i++) ll += stats[i]-stats[i+8];
1300 stats[3] = now - llabs(ll);
1303 ll = (llabs(stats[i]-stats[i+8])*1000)/up;