Home
last modified time | relevance | path

Searched refs:lt_stackp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/latencytop/common/
H A Dlatencytop.d84 self unsigned int lt_stackp; variable
193 this->cause = self->lt_stackp > 0 ?
194 self->lt_cause[self->lt_stackp - 1] : "";
195 this->priority = self->lt_stackp > 0 ?
196 self->lt_prio[self->lt_stackp - 1] : 0;
355 this->cause = self->lt_stackp > 0 ?
356 self->lt_cause[self->lt_stackp - 1] : "";
357 this->priority = self->lt_stackp > 0 ?
358 self->lt_prio[self->lt_stackp - 1] : 0;
377 this->cause = self->lt_stackp > 0 ?
[all …]