Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_purgeable.c1201 acnt_info->pvm_volatile_compressed_count += compressed_count; in vm_purgeable_account_volatile_queue()
1230 acnt_info->pvm_volatile_compressed_count = 0; in vm_purgeable_account()
1245 acnt_info->pvm_volatile_compressed_count += compressed_count; in vm_purgeable_account()
1269 acnt_info->pvm_volatile_compressed_count = (acnt_info->pvm_volatile_compressed_count * PAGE_SIZE); in vm_purgeable_account()
/xnu-12377.81.4/osfmk/mach/
H A Dtask_info.h510 …uint64_t pvm_volatile_compressed_count; /* Number of volatile compressed bytes associated with a t… member