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

/freebsd-10.2-release/sys/ufs/ffs/
H A Dffs_balloc.c108 static struct timeval lastfail; local
319 if (ppsratecheck(&lastfail, &curfail, 1)) {
396 if (ppsratecheck(&lastfail, &curfail, 1)) {
555 static struct timeval lastfail; local
881 if (ppsratecheck(&lastfail, &curfail, 1)) {
959 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)) {
1026 static struct timeval lastfail; local
1117 if (ppsratecheck(&lastfail, &curfail, 1)) {
/freebsd-10.2-release/sys/vm/
H A Dvnode_pager.c1092 static struct timeval lastfail; local
1187 if ((ppscheck = ppsratecheck(&lastfail, &curfail, 1)))
1191 if (ppscheck || ppsratecheck(&lastfail, &curfail, 1))
H A Dswap_pager.c192 static struct timeval lastfail; local
243 if (!res && ppsratecheck(&lastfail, &curfail, 1)) {
/freebsd-10.2-release/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.2-release/sys/kern/
H A Dkern_fork.c784 static struct timeval lastfail; local
959 if (ppsratecheck(&lastfail, &curfail, 1))
H A Dvfs_mountroot.c906 struct timeval lastfail; local
919 if (ppsratecheck(&lastfail, &curfail, 1)) {
H A Dsys_pipe.c502 static struct timeval lastfail; local
527 if (ppsratecheck(&lastfail, &curfail, 1))
H A Dkern_descrip.c1773 static struct timeval lastfail; local
1781 if (ppsratecheck(&lastfail, &curfail, 1)) {
/freebsd-10.2-release/sys/dev/mpr/
H A Dmprvar.h398 struct timeval lastfail; member in struct:mpr_softc
H A Dmpr.c1498 timevalclear(&sc->lastfail);
2515 if (ratecheck(&sc->lastfail, &mpr_chainfail_interval))
/freebsd-10.2-release/sys/dev/mps/
H A Dmpsvar.h426 struct timeval lastfail; member in struct:mps_softc
H A Dmps.c1495 timevalclear(&sc->lastfail);
2442 if (ratecheck(&sc->lastfail, &mps_chainfail_interval))

Completed in 233 milliseconds