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

/xnu-2782.1.97/osfmk/mach/
H A Dvm_statistics.h99 natural_t purgeable_count; /* # of pages purgeable */ member in struct:vm_statistics
146 natural_t purgeable_count; /* # of pages purgeable */ member in struct:vm_statistics64
/xnu-2782.1.97/osfmk/vm/
H A Ddefault_freezer.c235 unsigned int *purgeable_count,
250 kr = vm_object_pack(purgeable_count, wired_count, clean_count, dirty_count, dirty_budget, shared, src_object, df_handle);
234 default_freezer_pack( unsigned int *purgeable_count, unsigned int *wired_count, unsigned int *clean_count, unsigned int *dirty_count, unsigned int dirty_budget, boolean_t *shared, vm_object_t src_object, default_freezer_handle_t df_handle) argument
H A Dvm_protos.h378 unsigned int *purgeable_count,
H A Dvm_map.h1234 unsigned int *purgeable_count,
1243 unsigned int *purgeable_count,
H A Dvm_object.h782 unsigned int *purgeable_count,
H A Dvm_map.c14612 unsigned int *purgeable_count,
14623 *purgeable_count = *wired_count = *clean_count = *dirty_count = 0;
14640 *purgeable_count += purgeable;
14665 unsigned int *purgeable_count,
14676 *purgeable_count = *wired_count = *clean_count = *dirty_count = 0;
14720 *purgeable_count += purgeable;
14610 vm_map_freeze_walk( vm_map_t map, unsigned int *purgeable_count, unsigned int *wired_count, unsigned int *clean_count, unsigned int *dirty_count, unsigned int dirty_budget, boolean_t *has_shared) argument
14663 vm_map_freeze( vm_map_t map, unsigned int *purgeable_count, unsigned int *wired_count, unsigned int *clean_count, unsigned int *dirty_count, unsigned int dirty_budget, boolean_t *has_shared) argument
H A Dvm_object.c8382 unsigned int *purgeable_count,
8395 *purgeable_count = *wired_count = *clean_count = *dirty_count = 0;
8404 *purgeable_count = src_object->resident_page_count;
8381 vm_object_pack( unsigned int *purgeable_count, unsigned int *wired_count, unsigned int *clean_count, unsigned int *dirty_count, unsigned int dirty_budget, boolean_t *shared, vm_object_t src_object, struct default_freezer_handle *df_handle) argument
/xnu-2782.1.97/osfmk/kern/
H A Dhost.c380 stat32->purgeable_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(vm_page_purgeable_count);
577 stat->purgeable_count = vm_page_purgeable_count;
H A Dtask.h459 uint32_t *purgeable_count,
H A Dtask.c2281 uint32_t *purgeable_count,
2313 kr = vm_map_freeze_walk(task->map, purgeable_count, wired_count, clean_count, dirty_count, dirty_budget, shared);
2315 kr = vm_map_freeze(task->map, purgeable_count, wired_count, clean_count, dirty_count, dirty_budget, shared);
2279 task_freeze( register task_t task, uint32_t *purgeable_count, uint32_t *wired_count, uint32_t *clean_count, uint32_t *dirty_count, uint32_t dirty_budget, boolean_t *shared, boolean_t walk_only) argument
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py2175 purgeable_count = kern.globals.vm_page_purgeable_count
2177 if purgeable_count != volatile_total.rsize or purgeable_wired_count != volatile_total.wsize:
2181 print "vm_page_purgeable_count: resident:{:<10d} wired:{:<10d} {:s}\n".format(purgeable_count, purgeable_wired_count, mismatch)
/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c2214 memorystatus_jetsam_snapshot->stats.purgeable_pages = vm_stat.purgeable_count;

Completed in 139 milliseconds