Lines Matching refs:ml_next
336 for (ml = mlist; ml != NULL; ml = ml->ml_next) { in sbd_post_attach_mem()
493 for (; ml; ml = ml->ml_next) { in sbd_add_memory_spans()
636 for (ml = t_mp->sbm_mlist; ml; ml = ml->ml_next) { in sbd_post_detach_mem_unit()
651 for (ml = s_mp->sbm_mlist; ml; ml = ml->ml_next) { in sbd_post_detach_mem_unit()
666 for (ml = s_mp->sbm_del_mlist; ml; ml = ml->ml_next) { in sbd_post_detach_mem_unit()
1458 for (ml = mlist; ml; ml = ml->ml_next) in sbd_init_mem_unit_data()
1503 for (mc = ml; mc != NULL; mc = mc->ml_next) { in sbd_reserve_mem_spans()
1829 while (d_ml->ml_next != NULL) in sbd_select_mem_target()
1830 d_ml = d_ml->ml_next; in sbd_select_mem_target()
2091 for (; mlist; mlist = mlist->ml_next) { in memlist_dup()
2103 mp->ml_next = NULL; in memlist_dup()
2109 prev->ml_next = mp; in memlist_dup()
2124 for (ml = mlist; ml; ml = ml->ml_next) in memlist_dump()
2145 if ((al = al->ml_next) != NULL) in memlist_intersect()
2154 if ((bl = bl->ml_next) != NULL) in memlist_intersect()
2187 for (s_ml = s_mlist; s_ml; s_ml = s_ml->ml_next) in memlist_canfit()
2190 for (t_ml = t_mlist; t_ml; t_ml = t_ml->ml_next) in memlist_canfit()
2194 for (t_ml = t_mlist; t_ml && s_ml; t_ml = t_ml->ml_next) { in memlist_canfit()
2201 for (; s_ml; s_ml = s_ml->ml_next) { in memlist_canfit()
2220 for (s_ml = s_mlist; s_ml; s_ml = s_ml->ml_next) in memlist_canfit()
2223 for (t_ml = t_mlist; t_ml; t_ml = t_ml->ml_next) in memlist_canfit()
2318 for (mc = ml; mc; mc = mc->ml_next) { in sbd_attach_mem()