Home
last modified time | relevance | path

Searched refs:t_ml (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c2233 if (t_ml == NULL) { in dr_select_mem_target()
2244 memlist_delete(t_ml); in dr_select_mem_target()
2273 t_ml = NULL; in dr_select_mem_target()
2282 if (t_ml != NULL) { in dr_select_mem_target()
2284 t_ml = NULL; in dr_select_mem_target()
2294 if (t_ml == NULL) { in dr_select_mem_target()
2438 if (t_ml != NULL) in dr_select_mem_target()
2557 ASSERT(t_ml != NULL); in dr_get_copy_mlist()
2626 memlist_delete(t_ml); in dr_get_copy_mlist()
2746 memlist_delete(t_ml); in dr_memlist_canfit()
[all …]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c2351 t_ml = NULL; in dr_select_mem_target()
2356 if (t_ml != NULL) { in dr_select_mem_target()
2357 memlist_delete(t_ml); in dr_select_mem_target()
2358 t_ml = NULL; in dr_select_mem_target()
2368 if (t_ml == NULL) { in dr_select_mem_target()
2628 if (t_ml != NULL) in dr_select_mem_target()
2629 memlist_delete(t_ml); in dr_select_mem_target()
2648 c_mp->sbm_mlist = t_ml; in dr_select_mem_target()
2693 for (t_ml = t_mlist; t_ml; t_ml = t_ml->ml_next) in memlist_canfit()
2697 for (t_ml = t_mlist; t_ml && s_ml; t_ml = t_ml->ml_next) { in memlist_canfit()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c1735 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()
1754 if (t_ml == NULL) { 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()
2031 c_mp->sbm_mlist = t_ml; in sbd_select_mem_target()
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()
[all …]