Home
last modified time | relevance | path

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

/dragonfly/usr.bin/top/
H A Dutils.c660 struct timeval thistime; in time_mark() local
666 tv = &thistime; in time_mark()
/dragonfly/sys/dev/disk/ncr/
H A Dncr.c5104 time_t thistime = time_uptime; local
5109 if (np->lasttime != thistime) {
5114 np->lasttime = thistime;
5127 t = thistime - np->heartbeat;
5153 if (cp->tlimit > thistime) continue;