Home
last modified time | relevance | path

Searched refs:mem_head (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dcpqphp_pci.c762 mem_node->next = func->mem_head; in cpqhp_save_used_resources()
763 func->mem_head = mem_node; in cpqhp_save_used_resources()
845 mem_node->next = func->mem_head; in cpqhp_save_used_resources()
846 func->mem_head = mem_node; in cpqhp_save_used_resources()
916 mem_node->next = func->mem_head; in cpqhp_save_used_resources()
917 func->mem_head = mem_node; in cpqhp_save_used_resources()
1330 mem_node->next = ctrl->mem_head; in cpqhp_find_available_resources()
1331 ctrl->mem_head = mem_node; in cpqhp_find_available_resources()
1333 mem_node->next = func->mem_head; in cpqhp_find_available_resources()
1334 func->mem_head = mem_node; in cpqhp_find_available_resources()
[all …]
H A Dcpqphp_ctrl.c1521 res_lists.mem_head = ctrl->mem_head; in board_added()
1530 ctrl->mem_head = res_lists.mem_head; in board_added()
1534 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in board_added()
1630 else if (!func->bus_head && !func->mem_head && in remove_board()
1638 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1674 res_lists.mem_head = ctrl->mem_head; in remove_board()
1681 ctrl->mem_head = res_lists.mem_head; in remove_board()
1685 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in remove_board()
2393 mem_node = get_max_resource(&(resources->mem_head), 0x100000); in configure_new_function()
2431 temp_resources.mem_head = mem_node; in configure_new_function()
[all …]
H A Dcpqphp_nvram.c290 resNode = ctrl->mem_head; in store_HRT()
530 mem_node->next = ctrl->mem_head; in compaq_nvram_load()
531 ctrl->mem_head = mem_node; in compaq_nvram_load()
620 rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in compaq_nvram_load()
H A Dcpqphp.h239 struct pci_resource *mem_head; member
282 struct pci_resource *mem_head; member
319 struct pci_resource *mem_head; member
H A Dcpqphp_core.c1283 res = ctrl->mem_head; in unload_cpqphpd()
1321 res = next->mem_head; in unload_cpqphpd()
/linux/mm/
H A Dcma.h46 struct hlist_head mem_head; member
H A Dcma.c176 INIT_HLIST_HEAD(&cma->mem_head); in cma_activate_area()