Home
last modified time | relevance | path

Searched refs:lastfail (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/net/
H A Drss_config.h97 static struct timeval lastfail; \
99 if (ppsratecheck(&lastfail, &curfail, 5)) \
/freebsd/sys/kern/
H A Dvfs_mountroot.c979 struct timeval lastfail; in vfs_mountroot_wait() local
985 lastfail.tv_sec = 0; in vfs_mountroot_wait()
986 eventratecheck(&lastfail, &curfail, 1); in vfs_mountroot_wait()
995 if (eventratecheck(&lastfail, &curfail, 1)) { in vfs_mountroot_wait()
H A Dkern_fork.c859 static struct timeval lastfail; in fork1() local
938 if (ppsratecheck(&lastfail, &curfail, 1)) { in fork1()
H A Dkern_thread.c194 static struct timeval lastfail; in thread_count_inc() local
207 if (ppsratecheck(&lastfail, &curfail, 1)) { in thread_count_inc()
H A Dsys_pipe.c576 static struct timeval lastfail; in pipespace_new() local
625 if (ppsratecheck(&lastfail, &curfail, 1)) in pipespace_new()
H A Dkern_descrip.c2109 static struct timeval lastfail; in _falloc_noinstall() local
2120 if (ppsratecheck(&lastfail, &curfail, 1)) { in _falloc_noinstall()
/freebsd/sys/vm/
H A Dvnode_pager.c1329 static struct timeval lastfail; in vnode_pager_generic_putpages() local
1449 if (ppsratecheck(&lastfail, &curfail, 1) != 0) { in vnode_pager_generic_putpages()
1462 if (error != 0 && (ppscheck = ppsratecheck(&lastfail, in vnode_pager_generic_putpages()
1467 ppsratecheck(&lastfail, &curfail, 1) != 0)) in vnode_pager_generic_putpages()
H A Dswap_pager.c272 static struct timeval lastfail; in swap_reserve_by_cred() local
314 if (ppsratecheck(&lastfail, &curfail, 1)) { in swap_reserve_by_cred()
/freebsd/sys/dev/mps/
H A Dmpsvar.h476 struct timeval lastfail; member
H A Dmps.c2013 timevalclear(&sc->lastfail); in mps_attach()
3002 if (ratecheck(&sc->lastfail, &mps_chainfail_interval)) in mps_data_cb()
/freebsd/sys/dev/mpr/
H A Dmprvar.h511 struct timeval lastfail; member
H A Dmpr.c2157 timevalclear(&sc->lastfail); in mpr_attach()
3718 if (ratecheck(&sc->lastfail, &mpr_chainfail_interval)) in mpr_data_cb()