Searched refs:realloc_head (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | setup-bus.c | 212 static void reassign_resources_sorted(struct list_head *realloc_head, in reassign_resources_sorted() argument 221 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { in reassign_resources_sorted() 343 struct list_head *realloc_head, in __assign_resources_sorted() argument 375 if (!realloc_head || list_empty(realloc_head)) in __assign_resources_sorted() 388 dev_res->res->end += get_res_add_size(realloc_head, in __assign_resources_sorted() 400 add_align = get_res_add_align(realloc_head, dev_res->res); in __assign_resources_sorted() 435 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted() 448 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted() 474 if (realloc_head) in __assign_resources_sorted() 475 reassign_resources_sorted(realloc_head, head); in __assign_resources_sorted() [all …]
|
H A D | pci.h | 253 struct list_head *realloc_head); 255 struct list_head *realloc_head,
|