Searched refs:pvm_nonvolatile_count (Results 1 – 2 of 2) sorted by relevance
1203 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()
511 uint64_t pvm_nonvolatile_count; /* Number of nonvolatile bytes associated with a task */ member