Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/dev/arm64/
H A Dsysctl.c404 SYSCTL_UINT(_machdep, OID_AUTO, report_phy_write_osbt, CTLFLAG_KERN | CTLFLAG_RW | CTLFLAG_LOCKED,
405 …&report_phy_write_osbt, 0, "Whether to report exceeding io/phys write duration via OSReportWithBac…
/xnu-8796.141.3/osfmk/machine/
H A Dmachine_routines.h288 extern unsigned int report_phy_write_osbt;
/xnu-8796.141.3/osfmk/x86_64/
H A Dloose_ends.c303 uint32_t report_phy_write_osbt; variable
522 if (report_phy_write_osbt) { in ml_phys_write_data()
722 if (report_phy_write_osbt) { in ml_port_io_write()
/xnu-8796.141.3/osfmk/i386/
H A Dmachine_routines.h441 extern uint32_t report_phy_write_osbt;
/xnu-8796.141.3/osfmk/kern/
H A Dmachine.c669 unsigned int report_phy_write_osbt; variable
1120 if (report_phy_write_osbt) { in ml_io_write()
/xnu-8796.141.3/osfmk/arm64/
H A Dloose_ends.c536 if (report_phy_write_osbt) { in ml_phys_write_data()
/xnu-8796.141.3/bsd/dev/i386/
H A Dsysctl.c930 &report_phy_write_osbt, 0, "");