Searched refs:realloc_head (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/ |
D | setup-bus.c | 215 static void reassign_resources_sorted(struct list_head *realloc_head, in reassign_resources_sorted() argument 224 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { in reassign_resources_sorted() 346 struct list_head *realloc_head, in __assign_resources_sorted() argument 378 if (!realloc_head || list_empty(realloc_head)) in __assign_resources_sorted() 391 dev_res->res->end += get_res_add_size(realloc_head, in __assign_resources_sorted() 403 add_align = get_res_add_align(realloc_head, dev_res->res); in __assign_resources_sorted() 438 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted() 451 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted() 477 if (realloc_head) in __assign_resources_sorted() 478 reassign_resources_sorted(realloc_head, head); in __assign_resources_sorted() [all …]
|
D | pci.h | 298 struct list_head *realloc_head); 300 struct list_head *realloc_head,
|