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

/xnu-2782.1.97/osfmk/i386/
H A Dpmap_x86_common.c608 OSAddAtomic(+1, &pmap->stats.wired_count);
613 assert(pmap->stats.wired_count >= 1);
614 OSAddAtomic(-1, &pmap->stats.wired_count);
697 assert(pmap->stats.wired_count >= 1);
698 OSAddAtomic(-1, &pmap->stats.wired_count);
726 assert(pmap->stats.wired_count >= 1);
727 OSAddAtomic(-1, &pmap->stats.wired_count);
878 OSAddAtomic(+1, & pmap->stats.wired_count);
1120 if (pmap->stats.wired_count < num_unwired)
1121 panic("pmap_remove_range: wired_count");
[all...]
/xnu-2782.1.97/osfmk/vm/
H A Dvm_map.c318 (NEW)->wired_count = 0; \
1349 new_entry->wired_count = 0;
2094 (entry->wired_count == 0)) { /* implies user_wired_count == 0 */
4280 * The first time the user wires an entry, we also increment the wired_count and add this to
4284 if (entry->wired_count >= MAX_WIRE_COUNT)
4287 entry->wired_count++;
4302 if (entry->wired_count >= MAX_WIRE_COUNT)
4305 entry->wired_count++;
4331 * We're removing the last user wire reference. Decrement the wired_count and the total
4335 assert(entry->wired_count >
12401 vm_map_entry_insert( vm_map_t map, vm_map_entry_t insp_entry, vm_map_offset_t start, vm_map_offset_t end, vm_object_t object, vm_object_offset_t offset, boolean_t needs_copy, boolean_t is_shared, boolean_t in_transition, vm_prot_t cur_protection, vm_prot_t max_protection, vm_behavior_t behavior, vm_inherit_t inheritance, unsigned wired_count, boolean_t no_cache, boolean_t permanent, unsigned int superpage_size, boolean_t clear_map_aligned, boolean_t is_submap) argument
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
[all...]
H A Dvm_map.h258 unsigned short wired_count; /* can be paged if = 0 */ member in struct:vm_map_entry
569 unsigned wired_count,
1235 unsigned int *wired_count,
1244 unsigned int *wired_count,
H A Ddefault_freezer.c236 unsigned int *wired_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_debug.c184 region.vir_wired_count = entry->wired_count;
398 region.vir_wired_count = entry->wired_count;
H A Dvm_object.h783 unsigned int *wired_count,
793 unsigned int *wired_count,
H A Dvm_protos.h379 unsigned int *wired_count,
H A Dvm_kern.c407 entry->wired_count++;
866 assert (newentry->wired_count == 0);
H A Dvm_user.c2333 if(map_entry->wired_count) {
2383 if ((next_entry->wired_count) &&
2384 (map_entry->wired_count == 0)) {
2521 assert((next_entry->wired_count == 0) ||
2522 (map_entry->wired_count));
H A Dvm_pageout.c7275 int wired_count = 0; local
7323 wired_count++;
7329 if (wired_count) {
7330 object->wired_page_count += wired_count;
7333 vm_page_wire_count += wired_count;
7629 int wired_count = 0; local
7646 if (wired_count) {
7648 vm_page_wire_count += wired_count;
7675 wired_count++;
7703 if (wired_count) {
[all...]
H A Dvm_object.c8383 unsigned int *wired_count,
8395 *purgeable_count = *wired_count = *clean_count = *dirty_count = 0;
8434 vm_object_pack_pages(wired_count, clean_count, dirty_count, dirty_budget, src_object, df_handle);
8449 unsigned int *wired_count,
8477 (*wired_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
8448 vm_object_pack_pages( unsigned int *wired_count, unsigned int *clean_count, unsigned int *dirty_count, unsigned int dirty_budget, vm_object_t src_object, struct default_freezer_handle *df_handle) argument
/xnu-2782.1.97/osfmk/mach/
H A Dvm_statistics.h238 integer_t wired_count; /* # of pages wired */ member in struct:pmap_statistics
/xnu-2782.1.97/osfmk/kern/
H A Dtask.h460 uint32_t *wired_count,
H A Dtask.c2282 uint32_t *wired_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.py908 vmstats.wired_count = 0
922 entry_format = "{p.p_pid: >10d} {p.p_comm: <20s} {m.hdr.nentries: >6d} {s.wired_count: >10d} {vsize: >10d} {s.resident_count: >10d} {s.new_resident_count: >10d} {s.resident_max: >10d} {s.internal: >10d} {s.external: >10d} {s.reusable: >10d} {s.compressed: >10d} {s.compressed_peak: >10d} {s.compressed_lifetime: >10d} {s.error}"
928 vmstats.wired_count = vmmap.pmap.stats.wired_count;
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c1243 p->stats.wired_count = 0;

Completed in 212 milliseconds