Searched refs:lastfail (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/sys/net/ |
| H A D | rss_config.h | 97 static struct timeval lastfail; \ 99 if (ppsratecheck(&lastfail, &curfail, 5)) \
|
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_mountroot.c | 980 struct timeval lastfail; in vfs_mountroot_wait() local 986 lastfail.tv_sec = 0; in vfs_mountroot_wait() 987 eventratecheck(&lastfail, &curfail, 1); in vfs_mountroot_wait() 996 if (eventratecheck(&lastfail, &curfail, 1)) { in vfs_mountroot_wait()
|
| H A D | kern_fork.c | 861 static struct timeval lastfail; in fork1() local 940 if (ppsratecheck(&lastfail, &curfail, 1)) { in fork1()
|
| H A D | kern_thread.c | 193 static struct timeval lastfail; in thread_count_inc() local 206 if (ppsratecheck(&lastfail, &curfail, 1)) { in thread_count_inc()
|
| H A D | sys_pipe.c | 572 static struct timeval lastfail; in pipespace_new() local 621 if (ppsratecheck(&lastfail, &curfail, 1)) in pipespace_new()
|
| H A D | kern_descrip.c | 2113 static struct timeval lastfail; in _falloc_noinstall() local 2124 if (ppsratecheck(&lastfail, &curfail, 1)) { in _falloc_noinstall()
|
| /freebsd-14.2/sys/vm/ |
| H A D | vnode_pager.c | 1367 static struct timeval lastfail; in vnode_pager_generic_putpages() local 1487 if (ppsratecheck(&lastfail, &curfail, 1) != 0) { in vnode_pager_generic_putpages() 1500 if (error != 0 && (ppscheck = ppsratecheck(&lastfail, in vnode_pager_generic_putpages() 1505 ppsratecheck(&lastfail, &curfail, 1) != 0)) in vnode_pager_generic_putpages()
|
| H A D | swap_pager.c | 265 static struct timeval lastfail; in swap_reserve_by_cred() local 307 if (ppsratecheck(&lastfail, &curfail, 1)) { in swap_reserve_by_cred()
|
| /freebsd-14.2/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-14.2/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()
|