Home
last modified time | relevance | path

Searched refs:curfail (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/net/
H A Drss_config.h98 static int curfail; \
99 if (ppsratecheck(&lastfail, &curfail, 5)) \
/freebsd/sys/kern/
H A Dvfs_mountroot.c980 int curfail; in vfs_mountroot_wait() local
984 curfail = 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 Dkern_fork.c904 static int curfail; in fork1() local
982 if (ppsratecheck(&lastfail, &curfail, 1)) { in fork1()
H A Dkern_thread.c199 static int curfail; in thread_count_inc() local
211 if (ppsratecheck(&lastfail, &curfail, 1)) { in thread_count_inc()
H A Dsys_pipe.c570 static int curfail = 0; in pipespace_new() local
620 if (ppsratecheck(&lastfail, &curfail, 1)) in pipespace_new()
H A Dkern_descrip.c2221 static int curfail; in _falloc_noinstall() local
2231 if (ppsratecheck(&lastfail, &curfail, 1)) { in _falloc_noinstall()
/freebsd/sys/vm/
H A Dvnode_pager.c1329 static int curfail; in vnode_pager_generic_putpages() local
1448 if (ppsratecheck(&lastfail, &curfail, 1) != 0) { in vnode_pager_generic_putpages()
1462 &curfail, 1)) != 0) in vnode_pager_generic_putpages()
1466 ppsratecheck(&lastfail, &curfail, 1) != 0)) in vnode_pager_generic_putpages()
H A Dswap_pager.c273 static int curfail; in swap_reserve_by_cred() local
316 if (ppsratecheck(&lastfail, &curfail, 1)) { in swap_reserve_by_cred()