Home
last modified time | relevance | path

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

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