Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/osfmk/arm64/
H A Dloose_ends.c335 bool istate, timeread = false; in ml_phys_read_data() local
344 timeread = true; in ml_phys_read_data()
347 if (__improbable(timeread && simulate_stretched_io)) { in ml_phys_read_data()
400 if (__improbable(timeread)) { in ml_phys_read_data()
/xnu-11215.1.10/osfmk/kern/
H A Dmachine.c980 boolean_t istate, timeread = FALSE; in ml_io_read() local
992 timeread = TRUE; in ml_io_read()
996 if (__improbable(timeread && simulate_stretched_io)) { in ml_io_read()
1036 if (__improbable(timeread == TRUE)) { in ml_io_read()