Searched refs:CALLOUT_COUNTER_HIGH (Results 1 – 2 of 2) sorted by relevance
147 #define CALLOUT_COUNTER_HIGH 0x40000000 macro181 ((callout_id_t)(table) | CALLOUT_COUNTER_HIGH)
1076 id |= CALLOUT_COUNTER_HIGH; in timeout_generic()1080 id |= CALLOUT_COUNTER_HIGH; in timeout_generic()1085 if ((id & CALLOUT_COUNTER_HIGH) == 0) { in timeout_generic()1086 id |= CALLOUT_COUNTER_HIGH; in timeout_generic()1401 bogus = (CALLOUT_ID_FLAGS | CALLOUT_COUNTER_HIGH); in untimeout_generic()1402 if (((id & bogus) != CALLOUT_COUNTER_HIGH) && (id != 0)) in untimeout_generic()