Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcallo.h358 callout_hash_t *ct_idhash; /* ID hash chains */ member
/titanic_41/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)], \
1295 for (cp = ct->ct_idhash[hash].ch_head; cp; cp = cp->c_idnext) { in untimeout_generic()
1818 ASSERT((ct->ct_idhash == NULL) && (ct->ct_clhash == NULL)); in callout_hash_init()
1821 ct->ct_idhash = kmem_zalloc(size, KM_SLEEP); in callout_hash_init()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c608 if (cotwd->ct.ct_idhash != NULL) { in callout_table_walk_step()
610 (uintptr_t)(cotwd->ct.ct_idhash)) != size) { in callout_table_walk_step()
612 cotwd->ct.ct_idhash); in callout_table_walk_step()
1211 if (ct->ct_idhash == NULL) { in callout_t_cb()
1541 if (ct.ct_idhash != NULL) { in calloutid()
1543 (uintptr_t)ct.ct_idhash) == -1) { in calloutid()
1545 ct.ct_idhash); in calloutid()
1551 if (ct.ct_idhash == NULL) { in calloutid()