Searched refs:realloc_head (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/pci/ |
D | setup-bus.c | 213 static void reassign_resources_sorted(struct list_head *realloc_head, in reassign_resources_sorted() argument 222 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { in reassign_resources_sorted() 344 struct list_head *realloc_head, in __assign_resources_sorted() argument 376 if (!realloc_head || list_empty(realloc_head)) in __assign_resources_sorted() 389 dev_res->res->end += get_res_add_size(realloc_head, in __assign_resources_sorted() 401 add_align = get_res_add_align(realloc_head, dev_res->res); in __assign_resources_sorted() 436 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted() 449 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted() 475 if (realloc_head) in __assign_resources_sorted() 476 reassign_resources_sorted(realloc_head, head); in __assign_resources_sorted() [all …]
|
D | pci.h | 278 struct list_head *realloc_head); 280 struct list_head *realloc_head,
|