Searched refs:pvm_volatile_count (Results 1 – 2 of 2) sorted by relevance
1202 acnt_info->pvm_volatile_count += (object->resident_page_count - object->wired_page_count); in vm_purgeable_account_volatile_queue()1229 acnt_info->pvm_volatile_count = 0; in vm_purgeable_account()1244 acnt_info->pvm_volatile_count += (object->resident_page_count - object->wired_page_count); in vm_purgeable_account()1268 acnt_info->pvm_volatile_count = (acnt_info->pvm_volatile_count * PAGE_SIZE); in vm_purgeable_account()
509 uint64_t pvm_volatile_count; /* Number of volatile bytes associated with a task */ member