Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/x86_64/
H A Dloose_ends.c323 boolean_t istate = TRUE, timeread = FALSE; in ml_phys_read_data() local
333 timeread = TRUE; in ml_phys_read_data()
336 if (__improbable(timeread && simulate_stretched_io)) { in ml_phys_read_data()
361 if (__improbable(timeread == TRUE)) { in ml_phys_read_data()
611 boolean_t istate, timeread = FALSE; in ml_port_io_read() local
616 timeread = TRUE; in ml_port_io_read()
620 if (__improbable(timeread && simulate_stretched_io)) { in ml_port_io_read()
640 if (__improbable(timeread == TRUE)) { in ml_port_io_read()
/xnu-8792.41.9/osfmk/arm64/
H A Dloose_ends.c290 bool istate, timeread = false; in ml_phys_read_data() local
299 timeread = true; in ml_phys_read_data()
302 if (__improbable(timeread && simulate_stretched_io)) { in ml_phys_read_data()
349 if (__improbable(timeread)) { in ml_phys_read_data()
/xnu-8792.41.9/osfmk/kern/
H A Dmachine.c848 boolean_t istate, timeread = FALSE; in ml_io_read() local
860 timeread = TRUE; in ml_io_read()
864 if (__improbable(timeread && simulate_stretched_io)) { in ml_io_read()
891 if (__improbable(timeread == TRUE)) { in ml_io_read()