Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/dev/arm64/
H A Dsysctl.c402 SYSCTL_UINT(_machdep, OID_AUTO, report_phy_read_osbt, CTLFLAG_KERN | CTLFLAG_RW | CTLFLAG_LOCKED,
403 …&report_phy_read_osbt, 0, "Whether to report exceeding io/phys read duration via OSReportWithBackt…
/xnu-8796.141.3/osfmk/machine/
H A Dmachine_routines.h287 extern unsigned int report_phy_read_osbt;
/xnu-8796.141.3/osfmk/x86_64/
H A Dloose_ends.c302 uint32_t report_phy_read_osbt; variable
374 if (report_phy_read_osbt) { in ml_phys_read_data()
653 if (report_phy_read_osbt) { in ml_port_io_read()
/xnu-8796.141.3/osfmk/i386/
H A Dmachine_routines.h440 extern uint32_t report_phy_read_osbt;
/xnu-8796.141.3/osfmk/kern/
H A Dmachine.c668 unsigned int report_phy_read_osbt; variable
958 if (report_phy_read_osbt) { in ml_io_read()
/xnu-8796.141.3/osfmk/arm64/
H A Dloose_ends.c364 if (report_phy_read_osbt) { in ml_phys_read_data()
/xnu-8796.141.3/bsd/dev/i386/
H A Dsysctl.c927 &report_phy_read_osbt, 0, "");