Searched refs:nextRange (Results 1 – 2 of 2) sorted by relevance
494 else if (res->nextRange) in update_resources()495 res = res->nextRange; in update_resources()552 res = res->nextRange; in fix_me()684 res->nextRange = NULL; in ibmphp_add_resource()698 res_cur = res_cur->nextRange; in ibmphp_add_resource()704 res_prev->nextRange = res; in ibmphp_add_resource()706 res->nextRange = NULL; in ibmphp_add_resource()719 res->nextRange = res_prev->nextRange; in ibmphp_add_resource()720 res_prev->nextRange = NULL; in ibmphp_add_resource()738 res_prev->nextRange = res; in ibmphp_add_resource()[all …]
371 struct resource_node *nextRange; /* for the other mem range on bus */ member