Searched refs:pool_sethardlimit (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/sys/
H A Dpool.h319 void pool_sethardlimit(struct pool *, int, const char *, int);
/netbsd-current/sys/dist/pf/net/
H A Dpf_norm.c172 pool_sethardlimit(&pf_frent_pl, PFFRAG_FRENT_HIWAT, NULL, 0);
173 pool_sethardlimit(&pf_cache_pl, PFFRAG_FRCACHE_HIWAT, NULL, 0);
174 pool_sethardlimit(&pf_cent_pl, PFFRAG_FRCENT_HIWAT, NULL, 0);
H A Dpf_ioctl.c267 pool_sethardlimit(pf_pool_limits[PF_LIMIT_STATES].pp,
2190 pool_sethardlimit(pf_pool_limits[pl->index].pp,
2193 if (pool_sethardlimit(pf_pool_limits[pl->index].pp,
/netbsd-current/sys/kern/
H A Dsubr_pool.c1611 pool_sethardlimit(struct pool *pp, int n, const char *warnmess, int ratecap) function
2512 pool_sethardlimit(&pc->pc_pool, n, warnmess, ratecap);
H A Dkern_exec.c1945 pool_sethardlimit(&exec_pool, maxexec, "should not happen", 0);
/netbsd-current/share/man/man9/
H A DMakefile782 pool.9 pool_sethardlimit.9

Completed in 111 milliseconds