Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/sched/
H A Doverloaded_runqueue.c31 static uint64_t INTERRUPT_DISABLE_TIMEOUT_NS; variable
201 …or %llu ns, crossing the %llu ns threshold:", abs_to_nanos(e->arg1), INTERRUPT_DISABLE_TIMEOUT_NS); in search_for_interrupt_disable_timeout_tracepoint()
213 …s without disabling interrupts for more than %llu ns!", NUM_THREADS, INTERRUPT_DISABLE_TIMEOUT_NS); in search_for_interrupt_disable_timeout_tracepoint()
216 …rrupts held disabled for more than %llu ns by thread \"%s\"", INTERRUPT_DISABLE_TIMEOUT_NS, offend… in search_for_interrupt_disable_timeout_tracepoint()
240 INTERRUPT_DISABLE_TIMEOUT_NS = 500 * NSEC_PER_USEC; // 500 microseconds
259 uint64_t disable_timeout = nanos_to_abs(INTERRUPT_DISABLE_TIMEOUT_NS);