Lines Matching refs:t_ml
1624 struct memlist *d_ml, *t_ml, *x_ml; in sbd_select_mem_target() local
1735 t_ml = NULL; in sbd_select_mem_target()
1740 if (t_ml != NULL) { in sbd_select_mem_target()
1741 memlist_delete(t_ml); in sbd_select_mem_target()
1742 t_ml = NULL; in sbd_select_mem_target()
1753 t_ml = sbd_get_memlist(t_mp, SBD_HD2ERR(hp)); in sbd_select_mem_target()
1754 if (t_ml == NULL) { in sbd_select_mem_target()
1849 if (memlist_canfit(d_ml, t_ml) == 0) { in sbd_select_mem_target()
1855 SBD_MEMLIST_DUMP(t_ml); in sbd_select_mem_target()
1972 if (sbd_reserve_mem_spans(&s_mp->sbm_memhandle, t_ml) == 0) { in sbd_select_mem_target()
2011 if (t_ml != NULL) in sbd_select_mem_target()
2012 memlist_delete(t_ml); in sbd_select_mem_target()
2030 c_mp->sbm_del_mlist = t_ml; /* spans to be deleted */ in sbd_select_mem_target()
2031 c_mp->sbm_mlist = t_ml; in sbd_select_mem_target()
2176 struct memlist *s_ml, *t_ml; in memlist_canfit() local
2190 for (t_ml = t_mlist; t_ml; t_ml = t_ml->ml_next) in memlist_canfit()
2191 t_ml->ml_address -= t_basepa; in memlist_canfit()
2194 for (t_ml = t_mlist; t_ml && s_ml; t_ml = t_ml->ml_next) { in memlist_canfit()
2198 t_start = t_ml->ml_address; in memlist_canfit()
2199 t_end = t_start + t_ml->ml_size; in memlist_canfit()
2223 for (t_ml = t_mlist; t_ml; t_ml = t_ml->ml_next) in memlist_canfit()
2224 t_ml->ml_address += t_basepa; in memlist_canfit()