Home
last modified time | relevance | path

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

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