Lines Matching refs:lt_timestamp
83 self unsigned long long lt_timestamp; /* only used in low overhead */ variable
101 self->lt_timestamp = 0;
321 self->lt_timestamp = timestamp;
332 /self->lt_timestamp != 0/
334 self->lt_timestamp = timestamp - self->lt_timestamp;
337 self->lt_timestamp =
338 (self->lt_timestamp > FILTER_THRESHOLD &&
339 self->lt_is_block_wakeable != 0) ? 0 : self->lt_timestamp;
344 self->lt_timestamp <= SAMPLE_THRESHOLD) ? 1 : 0;
345 self->lt_timestamp = this->need_skip ? 0 : self->lt_timestamp;
353 /self->lt_timestamp > SAMPLE_THRESHOLD/
363 this->priority] = sum(self->lt_timestamp);
365 this->priority] = max(self->lt_timestamp);
367 self->lt_timestamp = 0;
375 /self->lt_timestamp != 0/
386 this->priority] = sum((self->lt_counter + 1) * self->lt_timestamp);
388 this->priority] = max(self->lt_timestamp);
390 self->lt_timestamp = 0;