Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c800 cot_data_t *cotwd = (cot_data_t *)wsp->walk_data; in callout_table_walk_step() local
803 if (cotwd->cotndx >= cotwd->cotsize) { in callout_table_walk_step()
806 if (mdb_vread(&(cotwd->ct), sizeof (callout_table_t), in callout_table_walk_step()
813 if (cotwd->ct.ct_idhash != NULL) { in callout_table_walk_step()
814 if (mdb_vread(cotwd->cot_idhash, size, in callout_table_walk_step()
815 (uintptr_t)(cotwd->ct.ct_idhash)) != size) { in callout_table_walk_step()
817 cotwd->ct.ct_idhash); in callout_table_walk_step()
821 if (cotwd->ct.ct_clhash != NULL) { in callout_table_walk_step()
822 if (mdb_vread(&(cotwd->cot_clhash), size, in callout_table_walk_step()
823 (uintptr_t)cotwd->ct.ct_clhash) == -1) { in callout_table_walk_step()
[all …]