Searched defs:cot_idhash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c637 callout_hash_t cot_idhash[CALLOUT_BUCKETS]; member in struct:cot_data
692 if (mdb_vread(cotwd->cot_idhash, size,
1298 cotwd->cot_idhash[i].ch_head;
1556 callout_hash_t cot_idhash[CALLOUT_BUCKETS]; local
1625 if (mdb_vread(&(cot_idhash), size,
1638 coptr = (callout_t *)cot_idhash[idhash].ch_head;

Completed in 180 milliseconds