Lines Matching refs:pcf_count
176 uint_t pcf_count; /* page count */ member
542 p->pcf_count += (uint_t)lump; in page_free_large_ctr()
545 p->pcf_count += (uint_t)npages; in page_free_large_ctr()
1367 t += p->pcf_count; in set_freemem()
1391 t += p->pcf_count; in get_freemem()
1523 fm += pcf[i].pcf_count; in page_create_throttle()
1660 which = &p->pcf_count; in page_create_putback()
1721 ASSERT(p->pcf_count == 0); in pcgs_unblock()
1722 p->pcf_count = p->pcf_reserve; in pcgs_unblock()
1724 freemem += p->pcf_count; in pcgs_unblock()
1889 p->pcf_reserve = p->pcf_count; in page_create_get_something()
1890 p->pcf_count = 0; in page_create_get_something()
2583 p->pcf_count += overshoot; in page_create_va()
2729 p->pcf_count += 1; in page_free()
2779 p->pcf_count += 1; in page_free_at_startup()
2964 if (p->pcf_count >= 1) { in page_reclaim()
2965 p->pcf_count -= 1; in page_reclaim()
7431 if (p->pcf_count > npages) { in pcf_decrement_bucket()
7436 if (p->pcf_count > npages) { in pcf_decrement_bucket()
7437 p->pcf_count -= (uint_t)npages; in pcf_decrement_bucket()
7487 pcftotal += p->pcf_count; in pcf_decrement_multiple()
7500 if (p->pcf_count <= npages) { in pcf_decrement_multiple()
7501 npages -= p->pcf_count; in pcf_decrement_multiple()
7502 p->pcf_count = 0; in pcf_decrement_multiple()
7504 p->pcf_count -= (uint_t)npages; in pcf_decrement_multiple()