Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dncrstat.c1190 if (cp->tlimit) in dump_ccb()
1191 printf (" timeout at: %s", ctime((time_t*)&cp->tlimit)); in dump_ccb()
Dncr.c1036 u_long tlimit; member
4792 cp->tlimit = mono_time.tv_sec + xp->timeout / 1000 + 2; in ncr_start()
4794 cp->tlimit = time.tv_sec + xp->timeout / 1000 + 2; in ncr_start()
4911 cp->tlimit= 0; in ncr_complete()
5825 if (cp->tlimit > thistime) continue; in ncr_timeout()