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

/xnu-2782.1.97/bsd/kern/
H A Dvm_pressure.c289 unsigned int resident_max = 0; local
345 if (resident_size > resident_max) {
346 resident_max = resident_size;
363 VM_DEBUG_EVENT(vm_pageout_scan, VM_PRESSURE_EVENT, DBG_FUNC_NONE, target_pid, resident_max, 0, 0);
364 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);
428 unsigned int resident_max = 0; local
545 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) {
560 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) {
579 ((curr_task_importance == selected_task_importance) && (resident_size > resident_max))) {
590 if (resident_size > resident_max) {
[all...]
/xnu-2782.1.97/osfmk/mach/
H A Dvm_statistics.h237 integer_t resident_max; /* # of pages mapped (peak) */ member in struct:pmap_statistics
/xnu-2782.1.97/osfmk/i386/
H A Dmachine_routines.c150 kernel_pmap->stats.resident_max) {
151 kernel_pmap->stats.resident_max =
H A Dpmap.h696 #define pmap_resident_max(pmap) ((pmap)->stats.resident_max)
H A Dpmap_x86_common.c822 if (pmap->stats.resident_count > pmap->stats.resident_max) {
823 pmap->stats.resident_max = pmap->stats.resident_count;
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py910 vmstats.resident_max = 0
922 entry_format = "{p.p_pid: >10d} {p.p_comm: <20s} {m.hdr.nentries: >6d} {s.wired_count: >10d} {vsize: >10d} {s.resident_count: >10d} {s.new_resident_count: >10d} {s.resident_max: >10d} {s.internal: >10d} {s.external: >10d} {s.reusable: >10d} {s.compressed: >10d} {s.compressed_peak: >10d} {s.compressed_lifetime: >10d} {s.error}"
930 vmstats.resident_max = vmmap.pmap.stats.resident_max;
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c1242 p->stats.resident_max = 0;

Completed in 76 milliseconds