Searched refs:cotwd (Results 1 – 1 of 1) sorted by relevance
595 cot_data_t *cotwd = (cot_data_t *)wsp->walk_data; in callout_table_walk_step() local598 if (cotwd->cotndx >= cotwd->cotsize) { in callout_table_walk_step()601 if (mdb_vread(&(cotwd->ct), sizeof (callout_table_t), in callout_table_walk_step()608 if (cotwd->ct.ct_idhash != NULL) { in callout_table_walk_step()609 if (mdb_vread(cotwd->cot_idhash, size, 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()616 if (cotwd->ct.ct_clhash != NULL) { in callout_table_walk_step()617 if (mdb_vread(&(cotwd->cot_clhash), size, in callout_table_walk_step()618 (uintptr_t)cotwd->ct.ct_clhash) == -1) { in callout_table_walk_step()[all …]