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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c365 int goal; local
367 goal = pf_nfrents * 9 / 10;
369 pf_nfrents - goal));
370 while (goal < pf_nfrents) {
378 goal = pf_ncache * 9 / 10;
380 pf_ncache - goal));
381 while (goal < pf_ncache) {

Completed in 22 milliseconds