Lines Matching defs:this
287 double this = cycles[i];
292 if ((fmax(this, mean) - fmin(this, mean)) > S)
295 avg += this;
374 * to use as THE clock source. For x86 CPUs, this means the TSC
562 struct clock_entry *prev, *this;
640 this = &entries[i];
643 prev = this;
647 if (prev->tsc > this->tsc) {
648 uint64_t diff = prev->tsc - this->tsc;
658 log_info("\t CPU%3u: TSC=%llu, SEQ=%u\n", this->cpu, (unsigned long long) this->tsc, this->seq);
662 prev = this;