Searched refs:resident_max (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dvm_pressure.c268 unsigned int resident_max = 0; local
316 if (resident_size > resident_max) {
317 resident_max = resident_size;
333 VM_DEBUG_EVENT(vm_pageout_scan, VM_PRESSURE_EVENT, DBG_FUNC_NONE, target_pid, resident_max, 0, 0);
334 VM_PRESSURE_DEBUG(1, "[vm_pressure] sending event to pid %d with %u resident\n", kn_max->kn_kq->kq_p->p_pid, resident_max);
/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_statistics.h219 integer_t resident_max; /* # of pages mapped (peak) */ member in struct:pmap_statistics
/darwin-on-arm/xnu/osfmk/arm/
H A Dmachine_routines.c366 kernel_pmap->pm_stats.resident_max) {
367 kernel_pmap->pm_stats.resident_max =
H A Dpmap.c1901 return ((pmap)->pm_stats.resident_max);
/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_routines.c136 kernel_pmap->stats.resident_max) {
137 kernel_pmap->stats.resident_max =
H A Dpmap_x86_common.c754 if (pmap->stats.resident_count > pmap->stats.resident_max) {
755 pmap->stats.resident_max = pmap->stats.resident_count;
H A Dpmap.h894 #define pmap_resident_max(pmap) ((pmap)->stats.resident_max)
H A Dpmap.c1335 p->stats.resident_max = 0;
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c1095 p->stats.resident_max = 0;

Completed in 50 milliseconds