Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/hotplug/
H A Dcpqphp_pci.c763 func->mem_head = mem_node; in cpqhp_save_used_resources()
846 func->mem_head = mem_node; in cpqhp_save_used_resources()
917 func->mem_head = mem_node; in cpqhp_save_used_resources()
1331 ctrl->mem_head = mem_node; in cpqhp_find_available_resources()
1334 func->mem_head = mem_node; in cpqhp_find_available_resources()
1429 node = func->mem_head; in cpqhp_return_board_resources()
1430 func->mem_head = NULL; in cpqhp_return_board_resources()
1480 res = resources->mem_head; in cpqhp_destroy_resource_list()
1481 resources->mem_head = NULL; in cpqhp_destroy_resource_list()
1527 res = func->mem_head; in cpqhp_destroy_board_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()
1674 res_lists.mem_head = ctrl->mem_head; in remove_board()
1681 ctrl->mem_head = res_lists.mem_head; in remove_board()
2431 temp_resources.mem_head = mem_node; in configure_new_function()
2647 func->mem_head = hold_mem_node; in configure_new_function()
2666 func->mem_head = hold_mem_node; in configure_new_function()
2670 hold_mem_node->next = func->mem_head; in configure_new_function()
2671 func->mem_head = hold_mem_node; in configure_new_function()
2808 mem_node->next = func->mem_head; 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_sysfs.c36 res = ctrl->mem_head; in show_ctrl()
82 res = new_slot->mem_head; in show_dev()
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-6.15/mm/
H A Dcma_debug.c80 hlist_add_head(&mem->node, &cma->mem_head); in cma_add_to_cma_mem_list()
89 if (!hlist_empty(&cma->mem_head)) { in cma_get_entry_from_list()
90 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
H A Dcma.h44 struct hlist_head mem_head; member
H A Dcma.c180 INIT_HLIST_HEAD(&cma->mem_head); in cma_activate_area()