Searched refs:lastfail (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/sys/net/ |
| HD | rss_config.h | 100 static struct timeval lastfail; \ 102 if (ppsratecheck(&lastfail, &curfail, 5)) \
|
| /NextBSD/sys/ufs/ffs/ |
| HD | ffs_balloc.c | 108 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()
|
| HD | ffs_alloc.c | 158 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/ |
| HD | amr.c | 1239 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/ |
| HD | vnode_pager.c | 1154 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()
|
| HD | swap_pager.c | 192 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/ |
| HD | vfs_mountroot.c | 930 struct timeval lastfail; in vfs_mountroot_wait() local 943 if (ppsratecheck(&lastfail, &curfail, 1)) { in vfs_mountroot_wait()
|
| HD | kern_fork.c | 774 static struct timeval lastfail; in fork1() local 833 if (ppsratecheck(&lastfail, &curfail, 1)) { in fork1()
|
| HD | sys_pipe.c | 497 static struct timeval lastfail; local 522 if (ppsratecheck(&lastfail, &curfail, 1))
|
| HD | kern_descrip.c | 1755 static struct timeval lastfail; in falloc_noinstall() local 1763 if (ppsratecheck(&lastfail, &curfail, 1)) { in falloc_noinstall()
|
| /NextBSD/sys/dev/mps/ |
| HD | mpsvar.h | 424 struct timeval lastfail; member
|
| HD | mps.c | 1493 timevalclear(&sc->lastfail); in mps_attach() 2440 if (ratecheck(&sc->lastfail, &mps_chainfail_interval)) in mps_data_cb()
|
| /NextBSD/sys/dev/mpr/ |
| HD | mprvar.h | 396 struct timeval lastfail; member
|
| HD | mpr.c | 1496 timevalclear(&sc->lastfail); in mpr_attach() 2513 if (ratecheck(&sc->lastfail, &mpr_chainfail_interval)) in mpr_data_cb()
|