Home
last modified time | relevance | path

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

/xnu-12377.61.12/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()