Home
last modified time | relevance | path

Searched refs:report_phy_write_osbt (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.101.4/osfmk/machine/
H A Dmachine_routines.h221 extern unsigned int report_phy_write_osbt;
/xnu-8020.101.4/bsd/dev/arm64/
H A Dsysctl.c399 SYSCTL_UINT(_machdep, OID_AUTO, report_phy_write_osbt, CTLFLAG_KERN | CTLFLAG_RW | CTLFLAG_LOCKED,
400 …&report_phy_write_osbt, 0, "Whether to report exceeding io/phys write duration via OSReportWithBac…
/xnu-8020.101.4/osfmk/x86_64/
H A Dloose_ends.c305 uint32_t report_phy_write_osbt; variable
528 if (report_phy_write_osbt) { in ml_phys_write_data()
732 if (report_phy_write_osbt) { in ml_port_io_write()
/xnu-8020.101.4/osfmk/i386/
H A Dmachine_routines.h416 extern uint32_t report_phy_write_osbt;
/xnu-8020.101.4/osfmk/kern/
H A Dmachine.c504 unsigned int report_phy_write_osbt; variable
709 if (report_phy_write_osbt) { in ml_io_write()
/xnu-8020.101.4/osfmk/arm64/
H A Dloose_ends.c539 if (report_phy_write_osbt) { in ml_phys_write_data()
/xnu-8020.101.4/bsd/dev/i386/
H A Dsysctl.c931 &report_phy_write_osbt, 0, "");