Home
last modified time | relevance | path

Searched refs:CALLOUT_ID_MASK (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dcallo.h144 #define CALLOUT_ID_MASK ~CALLOUT_ID_FLAGS macro
/titanic_50/usr/src/uts/common/os/
H A Dcallout.c1302 if ((xid & CALLOUT_ID_MASK) != id) in untimeout_generic()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c654 #define CO_PLAIN_ID(xid) ((xid) & CALLOUT_ID_MASK)