Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsubr_pool.c1623 pool_sethardlimit(struct pool *pp, int n, const char *warnmess, int ratecap) in pool_sethardlimit() argument
1630 pp->pr_hardlimit_ratecap.tv_sec = ratecap; in pool_sethardlimit()
2513 pool_cache_sethardlimit(pool_cache_t pc, int n, const char *warnmess, int ratecap) in pool_cache_sethardlimit() argument
2516 pool_sethardlimit(&pc->pc_pool, n, warnmess, ratecap); in pool_cache_sethardlimit()