Searched refs:lastfail (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | rss_config.h | 99 static struct timeval lastfail; \ 101 if (ppsratecheck(&lastfail, &curfail, 5)) \
|
| /f-stack/freebsd/vm/ |
| H A D | vnode_pager.c | 1282 static struct timeval lastfail; in vnode_pager_generic_putpages() local 1401 if (ppsratecheck(&lastfail, &curfail, 1) != 0) { in vnode_pager_generic_putpages() 1414 if (error != 0 && (ppscheck = ppsratecheck(&lastfail, in vnode_pager_generic_putpages() 1419 ppsratecheck(&lastfail, &curfail, 1) != 0)) in vnode_pager_generic_putpages()
|
| H A D | swap_pager.c | 267 static struct timeval lastfail; in swap_reserve_by_cred() local 307 if (ppsratecheck(&lastfail, &curfail, 1)) { in swap_reserve_by_cred()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_mountroot.c | 979 struct timeval lastfail; in vfs_mountroot_wait() local 992 if (ppsratecheck(&lastfail, &curfail, 1)) { in vfs_mountroot_wait()
|
| H A D | kern_fork.c | 833 static struct timeval lastfail; in fork1() local 909 if (ppsratecheck(&lastfail, &curfail, 1)) { in fork1()
|
| H A D | kern_thread.c | 196 static struct timeval lastfail; in thread_count_inc() local 209 if (ppsratecheck(&lastfail, &curfail, 1)) { in thread_count_inc()
|
| H A D | sys_pipe.c | 543 static struct timeval lastfail; in pipespace_new() local 567 if (ppsratecheck(&lastfail, &curfail, 1)) in pipespace_new()
|
| H A D | kern_descrip.c | 2018 static struct timeval lastfail; in _falloc_noinstall() local 2029 if (ppsratecheck(&lastfail, &curfail, 1)) { in _falloc_noinstall()
|