Home
last modified time | relevance | path

Searched refs:CALLOUT_COUNTER_HIGH (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dcallo.h147 #define CALLOUT_COUNTER_HIGH 0x40000000 macro
181 ((callout_id_t)(table) | CALLOUT_COUNTER_HIGH)
/titanic_41/usr/src/uts/common/os/
H A Dcallout.c1076 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()