Lines Matching refs:pgcnt_t
161 extern pgcnt_t pages_locked;
162 extern pgcnt_t pages_claimed;
163 extern pgcnt_t pages_useclaim;
164 extern pgcnt_t obp_pages;
182 pgcnt_t ani_max;
183 pgcnt_t ani_free;
184 pgcnt_t ani_resv;
202 pgcnt_t ani_count;
203 uchar_t pad[64 - sizeof (pgcnt_t)];
215 pgcnt_t *ani_countp; \
239 pgcnt_t size; /* number of pointers to (anon) pages */
372 pgcnt_t ani_max; /* total reservable slots on phys */
374 pgcnt_t ani_free; /* # of unallocated phys and mem slots */
375 pgcnt_t ani_phys_resv; /* # of reserved phys (disk) slots */
376 pgcnt_t ani_mem_resv; /* # of reserved mem slots */
377 pgcnt_t ani_locked_swap; /* # of swap slots locked in reserved */
395 ulong_t, size_t, uint_t, pgcnt_t *);
430 extern pgcnt_t anon_pages(struct anon_hdr *, ulong_t, pgcnt_t);
431 extern int anon_swap_adjust(pgcnt_t);
432 extern void anon_swap_restore(pgcnt_t);
433 extern struct anon_hdr *anon_create(pgcnt_t, int);
434 extern void anon_release(struct anon_hdr *, pgcnt_t);
440 struct anon_hdr *, ulong_t, pgcnt_t, int);
441 extern pgcnt_t anon_grow(struct anon_hdr *, ulong_t *, pgcnt_t, pgcnt_t, int);
477 extern pgcnt_t anon_segkp_pages_locked;