Searched refs:suppress_int (Results 1 – 1 of 1) sorted by relevance
410 volatile int suppress_int; /* counter */ member493 #define suppress_int (G_misc.suppress_int ) macro629 TRACE(("%s:%d INT_OFF(%d)\n", __func__, __LINE__, suppress_int)); \630 suppress_int++; \635 suppress_int++; \702 if (--suppress_int == 0 && pending_int) { in IF_ASH_OPTIMIZE_FOR_SIZE()708 TRACE(("%s:%d INT_ON(%d)\n", __func__, __LINE__, suppress_int-1)); \718 suppress_int = 0; in IF_ASH_OPTIMIZE_FOR_SIZE()724 #define SAVE_INT(v) ((v) = suppress_int)728 suppress_int = (v); \[all …]