Searched refs:lastfail (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/net/ |
H A D | rss_config.h | 97 static struct timeval lastfail; \ 99 if (ppsratecheck(&lastfail, &curfail, 5)) \
|
/freebsd/sys/kern/ |
H A D | vfs_mountroot.c | 979 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 D | kern_fork.c | 859 static struct timeval lastfail; in fork1() local 938 if (ppsratecheck(&lastfail, &curfail, 1)) { in fork1()
|
H A D | kern_thread.c | 194 static struct timeval lastfail; in thread_count_inc() local 207 if (ppsratecheck(&lastfail, &curfail, 1)) { in thread_count_inc()
|
H A D | sys_pipe.c | 576 static struct timeval lastfail; in pipespace_new() local 625 if (ppsratecheck(&lastfail, &curfail, 1)) in pipespace_new()
|
H A D | kern_descrip.c | 2109 static struct timeval lastfail; in _falloc_noinstall() local 2120 if (ppsratecheck(&lastfail, &curfail, 1)) { in _falloc_noinstall()
|
/freebsd/sys/vm/ |
H A D | vnode_pager.c | 1329 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 D | swap_pager.c | 272 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 D | mpsvar.h | 476 struct timeval lastfail; member
|
H A D | mps.c | 2013 timevalclear(&sc->lastfail); in mps_attach() 3002 if (ratecheck(&sc->lastfail, &mps_chainfail_interval)) in mps_data_cb()
|
/freebsd/sys/dev/mpr/ |
H A D | mprvar.h | 511 struct timeval lastfail; member
|
H A D | mpr.c | 2157 timevalclear(&sc->lastfail); in mpr_attach() 3718 if (ratecheck(&sc->lastfail, &mpr_chainfail_interval)) in mpr_data_cb()
|