Lines Matching refs:cotwd

800 	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()
825 cotwd->ct.ct_clhash); in callout_table_walk_step()
830 if (cotwd->ct.ct_kstat_data != NULL) { in callout_table_walk_step()
831 if (mdb_vread(&(cotwd->ct_kstat_data), size, in callout_table_walk_step()
832 (uintptr_t)cotwd->ct.ct_kstat_data) == -1) { in callout_table_walk_step()
834 cotwd->ct.ct_kstat_data); in callout_table_walk_step()
838 retval = wsp->walk_callback(wsp->walk_addr, (void *)cotwd, in callout_table_walk_step()
841 cotwd->cotndx++; in callout_table_walk_step()
842 if (cotwd->cotndx >= cotwd->cotsize) { in callout_table_walk_step()
1261 cot_data_t *cotwd = (cot_data_t *)data; in callout_t_cb() local
1262 callout_table_t *ct = &(cotwd->ct); in callout_t_cb()
1323 cotwd->ct_timeouts_pending, in callout_t_cb()
1324 cotwd->ct_allocations - in callout_t_cb()
1325 cotwd->ct_timeouts_pending, in callout_t_cb()
1385 if (cotwd->cot_clhash[i].ch_head == NULL) { in callout_t_cb()
1389 cotwd->cot_clhash[i].ch_head; in callout_t_cb()
1420 cotwd->cot_idhash[i].ch_head; in callout_t_cb()