Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c758 callout_hash_t cot_idhash[CALLOUT_BUCKETS]; member
813 if (mdb_vread(cotwd->cot_idhash, size, in callout_table_walk_step()
1419 cotwd->cot_idhash[i].ch_head; in callout_t_cb()
1677 callout_hash_t cot_idhash[CALLOUT_BUCKETS]; in calloutid() local
1746 if (mdb_vread(&(cot_idhash), size, in calloutid()
1759 coptr = (callout_t *)cot_idhash[idhash].ch_head; in calloutid()