Searched refs:V_pf_cent_pl (Results 1 – 3 of 3) sorted by relevance
213 uma_zone_set_max(V_pf_cent_pl, PFFRAG_FRCENT_HIWAT); in pf_normalize_init()406 pool_put(&V_pf_cent_pl, frcache);787 cur = pool_get(&V_pf_cent_pl, PR_NOWAIT);943 cur = pool_get(&V_pf_cent_pl, PR_NOWAIT);1011 cur = pool_get(&V_pf_cent_pl, PR_NOWAIT);1040 pool_put(&V_pf_cent_pl, cur);1063 pool_put(&V_pf_cent_pl, frp);
299 V_pf_frent_pl = V_pf_frag_pl = V_pf_cache_pl = V_pf_cent_pl = NULL; in init_zone_var()317 UMA_DESTROY(V_pf_cent_pl); in cleanup_pf_zone()345 UMA_CREATE(V_pf_cent_pl, struct pf_frcache, "pffrcent"); in pfattach()
1876 #define V_pf_cent_pl VNET(pf_cent_pl) macro