Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c724 double thistime = this->propself + this->propchild; in membercmp() local
729 if (thistime > thattime) in membercmp()
732 if (thistime < thattime) in membercmp()
760 double thistime; in arccmp() local
834 thistime = thisp->arc_time + thisp->arc_childtime; in arccmp()
837 if (thistime < thattime) in arccmp()
840 if (thistime > thattime) in arccmp()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c3004 hrtime_t lasttime, thistime; in ce_ptnr_select() local
3039 thistime = gethrtime(); in ce_ptnr_select()
3052 } else if (thistime - lasttime < cpu_ce_ptnr_cachetime_sec * NANOSEC) { in ce_ptnr_select()
3120 CPU_PRIVATE_VAL(dtcr, chpr_ceptnr_seltime) = thistime; in ce_ptnr_select()
3147 CPU_PRIVATE_VAL(dtcr, chpr_ceptnr_seltime) = thistime; in ce_ptnr_select()
3152 CPU_PRIVATE_VAL(dtcr, chpr_ceptnr_seltime) = thistime; in ce_ptnr_select()
3157 CPU_PRIVATE_VAL(dtcr, chpr_ceptnr_seltime) = thistime; in ce_ptnr_select()