Searched refs:replay (Results 1 - 1 of 1) sorted by relevance

/arch/powerpc/kernel/
H A Dirq.c206 unsigned int replay; local
262 replay = __check_irq_replay();
268 * And replay if we have to. This will return with interrupts
271 if (replay) {
272 __replay_interrupt(replay);

Completed in 26 milliseconds