Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/gprof/
Dprintgprof.c572 double thistime = this -> propself + this -> propchild; in membercmp() local
577 if ( thistime > thattime ) { in membercmp()
580 if ( thistime < thattime ) { in membercmp()
607 double thistime; in arccmp() local
662 thistime = thisp -> arc_time + thisp -> arc_childtime; in arccmp()
664 if ( thistime < thattime ) in arccmp()
666 if ( thistime > thattime ) in arccmp()
/freebsd-12-stable/sys/dev/ncr/
Dncr.c5058 time_t thistime = time_second; local
5065 if (np->lasttime != thistime) {
5066 np->lasttime = thistime;
5079 t = thistime - np->heartbeat;
5106 if (cp->tlimit > thistime) continue;