Searched refs:cow_faults (Results 1 - 11 of 11) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Devents_info.h52 integer_t cow_faults; /* number of copy-on-write faults */ member in struct:events_info
H A Dvm_statistics.h94 natural_t cow_faults; /* # of copy-on-writes */ member in struct:vm_statistics
142 uint64_t cow_faults; /* # of copy-on-writes */ member in struct:vm_statistics64
H A Dtask_info.h161 integer_t cow_faults; /* number of copy-on-write faults */ member in struct:task_events_info
/xnu-2782.1.97/osfmk/kern/
H A Dhost.c338 host_vm_stat.cow_faults += stat->cow_faults;
367 stat32->cow_faults = VM_STATISTICS_TRUNCATE_TO_32_BIT(host_vm_stat.cow_faults);
534 host_vm_stat.cow_faults += stat->cow_faults;
573 stat->cow_faults = host_vm_stat.cow_faults;
H A Ddebug.h104 int cow_faults; /* number of copy-on-write faults */ member in struct:task_snapshot
H A Dkern_stackshot.c352 task_snap->cow_faults = task->cow_faults;
H A Dtelemetry.c693 tsnap->cow_faults = task->cow_faults;
H A Dtask.h247 integer_t cow_faults; /* copy on write fault counter */ member in struct:task
H A Dtask.c761 new_task->cow_faults = 0;
2965 events_info->cow_faults = task->cow_faults;
H A Dbsd_kern.c704 ptinfo->pti_cow_faults = task->cow_faults;
/xnu-2782.1.97/osfmk/vm/
H A Dvm_fault.c2048 VM_STAT_INCR(cow_faults);
2050 current_task()->cow_faults++;
4015 VM_STAT_INCR(cow_faults);
4017 current_task()->cow_faults++;

Completed in 122 milliseconds