Searched refs:realloc_head (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/pci/ |
D | setup-bus.c | 218 static void reassign_resources_sorted(struct list_head *realloc_head, in reassign_resources_sorted() argument 227 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { in reassign_resources_sorted() 350 struct list_head *realloc_head, in __assign_resources_sorted() argument 382 if (!realloc_head || list_empty(realloc_head)) in __assign_resources_sorted() 395 dev_res->res->end += get_res_add_size(realloc_head, in __assign_resources_sorted() 407 add_align = get_res_add_align(realloc_head, dev_res->res); in __assign_resources_sorted() 442 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted() 455 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted() 482 if (realloc_head) in __assign_resources_sorted() 483 reassign_resources_sorted(realloc_head, head); in __assign_resources_sorted() [all …]
|
D | pci.h | 239 struct list_head *realloc_head); 241 struct list_head *realloc_head,
|