Searched refs:realloc_head (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/pci/ |
D | setup-bus.c | 232 static void reassign_resources_sorted(struct list_head *realloc_head, in reassign_resources_sorted() argument 241 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { in reassign_resources_sorted() 364 struct list_head *realloc_head, in __assign_resources_sorted() argument 396 if (!realloc_head || list_empty(realloc_head)) in __assign_resources_sorted() 409 dev_res->res->end += get_res_add_size(realloc_head, in __assign_resources_sorted() 421 add_align = get_res_add_align(realloc_head, dev_res->res); in __assign_resources_sorted() 456 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted() 469 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted() 496 if (realloc_head) in __assign_resources_sorted() 497 reassign_resources_sorted(realloc_head, head); in __assign_resources_sorted() [all …]
|
D | pci.h | 238 struct list_head *realloc_head); 240 struct list_head *realloc_head,
|