Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/x86_64/
H A Dloose_ends.c320 boolean_t istate = TRUE, timeread = FALSE; in ml_phys_read_data() local
330 timeread = TRUE; in ml_phys_read_data()
333 if (__improbable(timeread && simulate_stretched_io)) { in ml_phys_read_data()
358 if (__improbable(timeread == TRUE)) { in ml_phys_read_data()
608 boolean_t istate, timeread = FALSE; in ml_port_io_read() local
613 timeread = TRUE; in ml_port_io_read()
617 if (__improbable(timeread && simulate_stretched_io)) { in ml_port_io_read()
637 if (__improbable(timeread == TRUE)) { in ml_port_io_read()
/xnu-8796.121.2/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-8796.121.2/osfmk/kern/
H A Dmachine.c856 boolean_t istate, timeread = FALSE; in ml_io_read() local
868 timeread = TRUE; in ml_io_read()
872 if (__improbable(timeread && simulate_stretched_io)) { in ml_io_read()
912 if (__improbable(timeread == TRUE)) { in ml_io_read()