Lines Matching refs:old_p
438 /* set old_p so we can track if an H_EOI was done */
439 state->old_p = true;
444 state->old_p = !!(val & 2);
495 if (!state->old_p)
512 if (!state->old_p)
945 state->old_p, state->old_q);
978 if (prio != MASKED && !state->old_p)
981 /* Clear old_p/old_q as they are no longer relevant */
982 state->old_p = state->old_q = false;
1021 state->old_p, state->old_q);
1024 * If old_p is set, the interrupt is pending, we switch it to
1028 if (state->old_p)
1056 * If old_p is set (we have a queue entry potentially
1060 if (prio == MASKED || state->old_p)
1421 state->saved_p = state->old_p;
1776 state->old_p = false;
1800 state->old_p = true;
1804 pr_devel(" P=%d, Q=%d\n", state->old_p, state->old_q);