Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/x86_64/
H A Dloose_ends.c322 boolean_t istate = TRUE, timeread = FALSE; in ml_phys_read_data() local
332 timeread = TRUE; in ml_phys_read_data()
335 if (__improbable(timeread && simulate_stretched_io)) { in ml_phys_read_data()
360 if (__improbable(timeread == TRUE)) { in ml_phys_read_data()
614 boolean_t istate, timeread = FALSE; in ml_port_io_read() local
619 timeread = TRUE; in ml_port_io_read()
623 if (__improbable(timeread && simulate_stretched_io)) { in ml_port_io_read()
643 if (__improbable(timeread == TRUE)) { in ml_port_io_read()
/xnu-8020.101.4/osfmk/arm64/
H A Dloose_ends.c289 bool istate, timeread = false; in ml_phys_read_data() local
298 timeread = true; in ml_phys_read_data()
301 if (__improbable(timeread && simulate_stretched_io)) { in ml_phys_read_data()
348 if (__improbable(timeread)) { in ml_phys_read_data()
/xnu-8020.101.4/osfmk/kern/
H A Dmachine.c522 boolean_t istate, timeread = FALSE; in ml_io_read() local
532 timeread = TRUE; in ml_io_read()
536 if (__improbable(timeread && simulate_stretched_io)) { in ml_io_read()
563 if (__improbable(timeread == TRUE)) { in ml_io_read()