Home
last modified time | relevance | path

Searched refs:pvm_nonvolatile_count (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_purgeable.c1203 acnt_info->pvm_nonvolatile_count += object->wired_page_count; in vm_purgeable_account_volatile_queue()
1231 acnt_info->pvm_nonvolatile_count = 0; in vm_purgeable_account()
1247 acnt_info->pvm_nonvolatile_count += (object->resident_page_count - object->wired_page_count); in vm_purgeable_account()
1250 acnt_info->pvm_nonvolatile_count += object->wired_page_count; in vm_purgeable_account()
1270 acnt_info->pvm_nonvolatile_count = (acnt_info->pvm_nonvolatile_count * PAGE_SIZE); in vm_purgeable_account()
/xnu-12377.81.4/osfmk/mach/
H A Dtask_info.h511 uint64_t pvm_nonvolatile_count; /* Number of nonvolatile bytes associated with a task */ member