Searched refs:lastfail (Results 1 – 12 of 12) sorted by relevance
| /src/sys/net/ |
| H A D | rss_config.h | 97 static struct timeval lastfail; \ 99 if (ppsratecheck(&lastfail, &curfail, 5)) \
|
| /src/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 | 910 static struct timeval lastfail; in fork1() local 987 if (ppsratecheck(&lastfail, &curfail, 1)) { in fork1()
|
| H A D | kern_thread.c | 198 static struct timeval lastfail; in thread_count_inc() local 211 if (ppsratecheck(&lastfail, &curfail, 1)) { in thread_count_inc()
|
| H A D | sys_pipe.c | 571 static struct timeval lastfail; in pipespace_new() local 620 if (ppsratecheck(&lastfail, &curfail, 1)) in pipespace_new()
|
| H A D | kern_descrip.c | 2220 static struct timeval lastfail; in _falloc_noinstall() local 2231 if (ppsratecheck(&lastfail, &curfail, 1)) { in _falloc_noinstall()
|
| /src/sys/vm/ |
| H A D | vnode_pager.c | 1328 static struct timeval lastfail; in vnode_pager_generic_putpages() local 1448 if (ppsratecheck(&lastfail, &curfail, 1) != 0) { in vnode_pager_generic_putpages() 1461 if (error != 0 && (ppscheck = ppsratecheck(&lastfail, in vnode_pager_generic_putpages() 1466 ppsratecheck(&lastfail, &curfail, 1) != 0)) in vnode_pager_generic_putpages()
|
| H A D | swap_pager.c | 274 static struct timeval lastfail; in swap_reserve_by_cred() local 316 if (ppsratecheck(&lastfail, &curfail, 1)) { in swap_reserve_by_cred()
|
| /src/sys/dev/mps/ |
| H A D | mpsvar.h | 476 struct timeval lastfail; member
|
| H A D | mps.c | 2012 timevalclear(&sc->lastfail); in mps_attach() 3001 if (ratecheck(&sc->lastfail, &mps_chainfail_interval)) in mps_data_cb()
|
| /src/sys/dev/mpr/ |
| H A D | mprvar.h | 512 struct timeval lastfail; member
|
| H A D | mpr.c | 2166 timevalclear(&sc->lastfail); in mpr_attach() 3727 if (ratecheck(&sc->lastfail, &mpr_chainfail_interval)) in mpr_data_cb()
|