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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c183 static struct pool pf_cache_pl, pf_cent_pl; variable in typeref:struct:
197 pool_init(&pf_cent_pl, sizeof (struct pf_frcache), 0, 0, 0, "pffrcent",
205 pool_sethardlimit(&pf_cent_pl, PFFRAG_FRCENT_HIWAT, NULL, 0);
216 pool_destroy(&pf_cent_pl);
416 pool_put(&pf_cent_pl, frcache);
720 cur = pool_get(&pf_cent_pl, PR_NOWAIT);
840 cur = pool_get(&pf_cent_pl, PR_NOWAIT);
894 cur = pool_get(&pf_cent_pl, PR_NOWAIT);
915 pool_put(&pf_cent_pl, cur);
928 pool_put(&pf_cent_pl, fr
[all...]

Completed in 10 milliseconds