Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/x86_64/
H A Dloose_ends.c318 boolean_t istate = TRUE, timeread = FALSE; in ml_phys_read_data() local
328 timeread = TRUE; in ml_phys_read_data()
331 if (__improbable(timeread && simulate_stretched_io)) { in ml_phys_read_data()
356 if (__improbable(timeread == TRUE)) { in ml_phys_read_data()
589 boolean_t istate, timeread = FALSE; in ml_port_io_read() local
594 timeread = TRUE; in ml_port_io_read()
598 if (__improbable(timeread && simulate_stretched_io)) { in ml_port_io_read()
618 if (__improbable(timeread == TRUE)) { in ml_port_io_read()
/xnu-10002.1.13/osfmk/arm64/
H A Dloose_ends.c307 bool istate, timeread = false; in ml_phys_read_data() local
316 timeread = true; in ml_phys_read_data()
319 if (__improbable(timeread && simulate_stretched_io)) { in ml_phys_read_data()
372 if (__improbable(timeread)) { in ml_phys_read_data()
/xnu-10002.1.13/osfmk/kern/
H A Dmachine.c904 boolean_t istate, timeread = FALSE; in ml_io_read() local
916 timeread = TRUE; in ml_io_read()
920 if (__improbable(timeread && simulate_stretched_io)) { in ml_io_read()
960 if (__improbable(timeread == TRUE)) { in ml_io_read()