Searched refs:realloc_head (Results 1 – 1 of 1) sorted by relevance
422 static void reassign_resources_sorted(struct list_head *realloc_head, in reassign_resources_sorted() argument432 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { in reassign_resources_sorted()578 struct list_head *realloc_head, in __assign_resources_sorted() argument614 if (!realloc_head) in __assign_resources_sorted()615 realloc_head = &dummy_head; in __assign_resources_sorted()618 if (list_empty(realloc_head)) in __assign_resources_sorted()634 addsize_res = res_to_dev_res(realloc_head, res); in __assign_resources_sorted()678 pci_dev_res_remove_from_list(realloc_head, in __assign_resources_sorted()686 list_empty(realloc_head)) { in __assign_resources_sorted()709 pci_dev_res_remove_from_list(realloc_head, res); in __assign_resources_sorted()[all …]