Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDrss_config.h100 static struct timeval lastfail; \
102 if (ppsratecheck(&lastfail, &curfail, 5)) \
/NextBSD/sys/ufs/ffs/
HDffs_balloc.c108 static struct timeval lastfail; in ffs_balloc_ufs1() local
319 if (ppsratecheck(&lastfail, &curfail, 1)) { in ffs_balloc_ufs1()
396 if (ppsratecheck(&lastfail, &curfail, 1)) { in ffs_balloc_ufs1()
557 static struct timeval lastfail; in ffs_balloc_ufs2() local
883 if (ppsratecheck(&lastfail, &curfail, 1)) { in ffs_balloc_ufs2()
961 if (ppsratecheck(&lastfail, &curfail, 1)) { in ffs_balloc_ufs2()
HDffs_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)) {
1036 static struct timeval lastfail; local
1127 if (ppsratecheck(&lastfail, &curfail, 1)) {
/NextBSD/sys/dev/amr/
HDamr.c1239 static struct timeval lastfail; in amr_completeio() local
1246 if (ppsratecheck(&lastfail, &curfail, 1)) in amr_completeio()
2050 static struct timeval lastfail; in amr_quartz_submit_command() local
2063 if (ppsratecheck(&lastfail, &curfail, 1)) in amr_quartz_submit_command()
2092 static struct timeval lastfail; in amr_std_submit_command() local
2099 if (ppsratecheck(&lastfail, &curfail, 1)) in amr_std_submit_command()
/NextBSD/sys/vm/
HDvnode_pager.c1154 static struct timeval lastfail; in vnode_pager_generic_putpages() local
1249 if ((ppscheck = ppsratecheck(&lastfail, &curfail, 1))) in vnode_pager_generic_putpages()
1253 if (ppscheck || ppsratecheck(&lastfail, &curfail, 1)) in vnode_pager_generic_putpages()
HDswap_pager.c192 static struct timeval lastfail; in swap_reserve_by_cred() local
241 if (!res && ppsratecheck(&lastfail, &curfail, 1)) { in swap_reserve_by_cred()
/NextBSD/sys/kern/
HDvfs_mountroot.c930 struct timeval lastfail; in vfs_mountroot_wait() local
943 if (ppsratecheck(&lastfail, &curfail, 1)) { in vfs_mountroot_wait()
HDkern_fork.c774 static struct timeval lastfail; in fork1() local
833 if (ppsratecheck(&lastfail, &curfail, 1)) { in fork1()
HDsys_pipe.c497 static struct timeval lastfail; local
522 if (ppsratecheck(&lastfail, &curfail, 1))
HDkern_descrip.c1755 static struct timeval lastfail; in falloc_noinstall() local
1763 if (ppsratecheck(&lastfail, &curfail, 1)) { in falloc_noinstall()
/NextBSD/sys/dev/mps/
HDmpsvar.h424 struct timeval lastfail; member
HDmps.c1493 timevalclear(&sc->lastfail); in mps_attach()
2440 if (ratecheck(&sc->lastfail, &mps_chainfail_interval)) in mps_data_cb()
/NextBSD/sys/dev/mpr/
HDmprvar.h396 struct timeval lastfail; member
HDmpr.c1496 timevalclear(&sc->lastfail); in mpr_attach()
2513 if (ratecheck(&sc->lastfail, &mpr_chainfail_interval)) in mpr_data_cb()