Searched refs:lastfail (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/sys/ufs/ffs/
H A Dffs_balloc.c108 static struct timeval lastfail; local
321 if (ppsratecheck(&lastfail, &curfail, 1)) {
400 if (ppsratecheck(&lastfail, &curfail, 1)) {
581 static struct timeval lastfail; local
909 if (ppsratecheck(&lastfail, &curfail, 1)) {
989 if (ppsratecheck(&lastfail, &curfail, 1)) {
H A Dffs_alloc.c158 static struct timeval lastfail; local
225 if (reclaimed > 0 && ppsratecheck(&lastfail, &curfail, 1)) {
258 static struct timeval lastfail; local
436 if (reclaimed > 0 && ppsratecheck(&lastfail, &curfail, 1)) {
1028 static struct timeval lastfail; local
1119 if (ppsratecheck(&lastfail, &curfail, 1)) {
/freebsd-10-stable/sys/vm/
H A Dvnode_pager.c1048 static struct timeval lastfail; local
1143 if ((ppscheck = ppsratecheck(&lastfail, &curfail, 1)))
1147 if (ppscheck || ppsratecheck(&lastfail, &curfail, 1))
H A Dswap_pager.c190 static struct timeval lastfail; local
241 if (!res && ppsratecheck(&lastfail, &curfail, 1)) {
/freebsd-10-stable/sys/dev/amr/
H A Damr.c1243 static struct timeval lastfail; local
1250 if (ppsratecheck(&lastfail, &curfail, 1))
2054 static struct timeval lastfail; local
2067 if (ppsratecheck(&lastfail, &curfail, 1))
2096 static struct timeval lastfail; local
2103 if (ppsratecheck(&lastfail, &curfail, 1))
/freebsd-10-stable/sys/kern/
H A Dkern_fork.c784 static struct timeval lastfail; local
846 if (ppsratecheck(&lastfail, &curfail, 1)) {
H A Dvfs_mountroot.c937 struct timeval lastfail; local
950 if (ppsratecheck(&lastfail, &curfail, 1)) {
H A Dsys_pipe.c500 static struct timeval lastfail; local
525 if (ppsratecheck(&lastfail, &curfail, 1))
H A Dkern_descrip.c1774 static struct timeval lastfail; local
1782 if (ppsratecheck(&lastfail, &curfail, 1)) {
/freebsd-10-stable/sys/dev/mps/
H A Dmpsvar.h425 struct timeval lastfail; member in struct:mps_softc
H A Dmps.c1527 timevalclear(&sc->lastfail);
2481 if (ratecheck(&sc->lastfail, &mps_chainfail_interval))
/freebsd-10-stable/sys/dev/mpr/
H A Dmprvar.h434 struct timeval lastfail; member in struct:mpr_softc
H A Dmpr.c1672 timevalclear(&sc->lastfail);
3210 if (ratecheck(&sc->lastfail, &mpr_chainfail_interval))

Completed in 321 milliseconds