Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h165 #define CALLOUT_IDHASH(x) CALLOUT_HASH((x) >> CALLOUT_COUNTER_SHIFT) macro
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c158 CALLOUT_HASH_APPEND(ct->ct_idhash[CALLOUT_IDHASH(cp->c_xid)], \
163 CALLOUT_HASH_DELETE(ct->ct_idhash[CALLOUT_IDHASH(cp->c_xid)], \
1289 hash = CALLOUT_IDHASH(id); in untimeout_generic()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1713 idhash = CALLOUT_IDHASH(xid); in calloutid()