Searched refs:curfail (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/net/ |
H A D | rss_config.h | 98 static int curfail; \ 99 if (ppsratecheck(&lastfail, &curfail, 5)) \
|
/freebsd/sys/kern/ |
H A D | vfs_mountroot.c | 980 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 D | kern_fork.c | 858 static int curfail; in fork1() local 938 if (ppsratecheck(&lastfail, &curfail, 1)) { in fork1()
|
H A D | kern_thread.c | 195 static int curfail; in thread_count_inc() local 207 if (ppsratecheck(&lastfail, &curfail, 1)) { in thread_count_inc()
|
H A D | sys_pipe.c | 575 static int curfail = 0; in pipespace_new() local 625 if (ppsratecheck(&lastfail, &curfail, 1)) in pipespace_new()
|
H A D | kern_descrip.c | 2113 static int curfail; in _falloc_noinstall() 2123 if (ppsratecheck(&lastfail, &curfail, 1)) { in _falloc_noinstall() 2112 static int curfail; _falloc_noinstall() local
|
/freebsd/sys/vm/ |
H A D | vnode_pager.c | 1330 static int curfail; in vnode_pager_generic_putpages() local 1449 if (ppsratecheck(&lastfail, &curfail, 1) != 0) { in vnode_pager_generic_putpages() 1463 &curfail, 1)) != 0) in vnode_pager_generic_putpages() 1467 ppsratecheck(&lastfail, &curfail, 1) != 0)) in vnode_pager_generic_putpages()
|
H A D | swap_pager.c | 271 static int curfail; in swap_reserve_by_cred() local 314 if (ppsratecheck(&lastfail, &curfail, 1)) { in swap_reserve_by_cred()
|