Searched refs:should_postpone_interrupts (Results 1 – 2 of 2) sorted by relevance
219 ASSERT(!should_postpone_interrupts(lock)); in has_pending_interrupts()224 bool should_postpone_interrupts(const ExecutionAccess& lock) { in should_postpone_interrupts() function
53 if (should_postpone_interrupts(lock)) return; in set_interrupt_limits()383 if (!should_postpone_interrupts(access) && !has_pending_interrupts(access)) { in Continue()