Home
last modified time | relevance | path

Searched refs:vmtc_total (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/osfmk/vm/
H A Dvm_protos.h299 extern unsigned int vmtc_total; /* total # of text page corruptions detected */
H A Dvm_fault.c8157 unsigned int vmtc_total = 0; variable
8623 ++vmtc_total; in revalidate_text_page()
/xnu-11215.1.10/bsd/vm/
H A Dvm_unix.c2916 SYSCTL_INT(_vm, OID_AUTO, vmtc_total, CTLFLAG_RD | CTLFLAG_LOCKED,
2917 &vmtc_total, 0, "total text page corruptions detected");