Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_pci.c773 mem_node->next = func->mem_head; in cpqhp_save_used_resources()
774 func->mem_head = mem_node; in cpqhp_save_used_resources()
856 mem_node->next = func->mem_head; in cpqhp_save_used_resources()
857 func->mem_head = mem_node; in cpqhp_save_used_resources()
927 mem_node->next = func->mem_head; in cpqhp_save_used_resources()
928 func->mem_head = mem_node; in cpqhp_save_used_resources()
1341 mem_node->next = ctrl->mem_head; in cpqhp_find_available_resources()
1342 ctrl->mem_head = mem_node; in cpqhp_find_available_resources()
1344 mem_node->next = func->mem_head; in cpqhp_find_available_resources()
1345 func->mem_head = mem_node; in cpqhp_find_available_resources()
[all …]
Dcpqphp_ctrl.c1539 res_lists.mem_head = ctrl->mem_head; in board_added()
1548 ctrl->mem_head = res_lists.mem_head; in board_added()
1552 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in board_added()
1649 else if (!func->bus_head && !func->mem_head && in remove_board()
1657 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1693 res_lists.mem_head = ctrl->mem_head; in remove_board()
1700 ctrl->mem_head = res_lists.mem_head; in remove_board()
1704 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in remove_board()
2451 mem_node = get_max_resource(&(resources->mem_head), 0x100000); in configure_new_function()
2489 temp_resources.mem_head = mem_node; in configure_new_function()
[all …]
Dcpqphp_nvram.c304 resNode = ctrl->mem_head; in store_HRT()
547 mem_node->next = ctrl->mem_head; in compaq_nvram_load()
548 ctrl->mem_head = mem_node; in compaq_nvram_load()
637 rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in compaq_nvram_load()
Dcpqphp_sysfs.c50 res = ctrl->mem_head; in show_ctrl()
96 res = new_slot->mem_head; in show_dev()
Dcpqphp.h253 struct pci_resource *mem_head; member
296 struct pci_resource *mem_head; member
333 struct pci_resource *mem_head; member
Dcpqphp_core.c1343 res = ctrl->mem_head; in unload_cpqphpd()
1381 res = next->mem_head; in unload_cpqphpd()
/linux-4.1.27/mm/
Dcma_debug.c74 hlist_add_head(&mem->node, &cma->mem_head); in cma_add_to_cma_mem_list()
83 if (!hlist_empty(&cma->mem_head)) { in cma_get_entry_from_list()
84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
Dcma.h11 struct hlist_head mem_head; member
Dcma.c133 INIT_HLIST_HEAD(&cma->mem_head); in cma_activate_area()