Searched refs:nextRange (Results 1 – 2 of 2) sorted by relevance
469 else if (res->nextRange) in update_resources()470 res = res->nextRange; in update_resources()527 res = res->nextRange; in fix_me()659 res->nextRange = NULL; in ibmphp_add_resource()673 res_cur = res_cur->nextRange; in ibmphp_add_resource()679 res_prev->nextRange = res; in ibmphp_add_resource()681 res->nextRange = NULL; in ibmphp_add_resource()694 res->nextRange = res_prev->nextRange; in ibmphp_add_resource()695 res_prev->nextRange = NULL; in ibmphp_add_resource()713 res_prev->nextRange = res; in ibmphp_add_resource()[all …]
357 struct resource_node *nextRange; /* for the other mem range on bus */ member