Home
last modified time | relevance | path

Searched refs:wired_count (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dvm_object.c8845 if (wired_count) {
8849 ptoa_64(wired_count));
8853 ptoa_64(wired_count));
8857 ptoa_64(wired_count));
8883 if (wired_count) {
8886 ptoa_64(wired_count));
8890 ptoa_64(wired_count));
9027 if (wired_count) {
9031 ptoa_64(wired_count));
9065 if (wired_count) {
[all …]
H A Dvm_map.c685 new->wired_count = 0; in vm_map_entry_copy()
6268 entry->wired_count++; in add_wire_counts()
6286 entry->wired_count++; in add_wire_counts()
6318 entry->wired_count--; in subtract_wire_counts()
6330 entry->wired_count--; in subtract_wire_counts()
6690 if (entry->wired_count) { in vm_map_wire_nested()
8448 if (entry->wired_count) { in vm_map_delete()
8459 entry->wired_count--; in vm_map_delete()
10911 entry->wired_count = 0; in vm_map_copy_overwrite_aligned()
16061 (prev_entry->wired_count == this_entry->wired_count) && in vm_map_simplify_entry()
[all …]
H A Dvm_debug.c188 region.vir_wired_count = entry->wired_count; in vm32_mach_vm_region_info()
401 region.vir_wired_count = entry->wired_count; in vm32_mach_vm_region_info_64()
H A Dvm_map_internal.h424 …glog_tag && (VME_ALIAS(entry) == vmtaglog_tag) && entry->vme_kernel_object && entry->wired_count) { in vme_btref_consider_and_set()
435 …if (entry->vme_tag_btref && entry->vme_kernel_object && (entry->wired_count == 0) && (entry->user_… in vme_btref_consider_and_put()
H A Dvm_map_xnu.h265 unsigned short wired_count; /* can be paged if = 0 */ member
1063 unsigned int *wired_count,
H A Dvm_pageout.c6902 entry->wired_count == 0 && /* No COW for entries that are wired */
6962 assert(entry->wired_count == 0);
7613 int wired_count = 0; local
7686 wired_count++;
7695 if (wired_count) {
7696 VM_OBJECT_WIRED_PAGE_COUNT(object, wired_count);
7704 vm_page_wire_count += wired_count;
10163 if (curr_entry->is_sub_map || curr_entry->wired_count != 0 ||
H A Dvm_kern.c935 entry->wired_count = 1;
1995 newentry->wired_count = 1; in kmem_realloc_guard()
/xnu-11215/tools/lldbmacros/
H A Dmemory.py1333 self.wired_count = 0
1375 self.wired_count += other.wired_count
1441 …vmstats.wired_count = GetLedgerEntryBalancePages(ledger_template, task_ledgerp, entry_indices['wir…
3459 if vme.wired_count:
4873 wired_count = 0
4900 wired_count = wired_count + 1
4946 print("wired_count = {:d}\n".format(wired_count))
/xnu-11215/osfmk/kern/
H A Dtask.h834 uint32_t *wired_count,
H A Dtask.c5038 uint32_t *wired_count, in task_freeze() argument
5073 wired_count, in task_freeze()