Searched refs:vpl_count (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_page.h399 unsigned int vpl_count; member in struct:vpl
853 lq->vpl_count--; \
H A Dvm_resident.c489 lq->vpl_count = 0;
3515 if (lq->vpl_count < vm_page_local_q_hard_limit && force == FALSE) {
3523 if (lq->vpl_count) {
3549 if (count != lq->vpl_count)
3550 panic("vm_page_reactivate_local: count = %d, vm_page_local_count = %d\n", count, lq->vpl_count);
3572 vm_page_active_count += lq->vpl_count;
3575 lq->vpl_count = 0;
H A Dvm_fault.c2926 lq->vpl_count++;
2935 if (lq->vpl_count > vm_page_local_q_soft_limit)
/xnu-2782.1.97/osfmk/kern/
H A Dhost.c357 stat32->active_count += VM_STATISTICS_TRUNCATE_TO_32_BIT(lq->vpl_count);
559 stat->active_count += lq->vpl_count;

Completed in 168 milliseconds