Searched refs:mi_o_next (Results 1 – 3 of 3) sorted by relevance
144 if (mi_o->mi_o_next == NULL) { in mi_close_unlink()156 ASSERT(mi_o->mi_o_next != NULL); in mi_close_unlink()158 ASSERT(mi_o->mi_o_next->mi_o_prev == mi_o); in mi_close_unlink()159 ASSERT(mi_o->mi_o_prev->mi_o_next == mi_o); in mi_close_unlink()161 mi_o->mi_o_next->mi_o_prev = mi_o->mi_o_prev; in mi_close_unlink()162 mi_o->mi_o_prev->mi_o_next = mi_o->mi_o_next; in mi_close_unlink()163 mi_o->mi_o_next = mi_o->mi_o_prev = NULL; in mi_close_unlink()168 if (mi_head->mh_o.mi_o_next == &mi_head->mh_o) { in mi_close_unlink()187 ASSERT(mi_o->mi_o_next == NULL && mi_o->mi_o_prev == NULL); in mi_close_free()692 mi_op = mi_head->mh_o.mi_o_next; in mi_first_ptr()[all …]
55 struct mi_o_s *mi_o_next; member
323 wsp->walk_addr = (uintptr_t)miop->mi_o_next; in mi_walk_step()558 mdb_printf("%0?p %0?p %0?p ", addr, mio.mi_o_next, mio.mi_o_prev); in mi()