Lines Matching refs:io_head
757 io_node->next = func->io_head; in cpqhp_save_used_resources()
758 func->io_head = io_node; in cpqhp_save_used_resources()
822 io_node->next = func->io_head; in cpqhp_save_used_resources()
823 func->io_head = io_node; in cpqhp_save_used_resources()
893 io_node->next = func->io_head; in cpqhp_save_used_resources()
894 func->io_head = io_node; in cpqhp_save_used_resources()
1318 io_node->next = ctrl->io_head; in cpqhp_find_available_resources()
1319 ctrl->io_head = io_node; in cpqhp_find_available_resources()
1321 io_node->next = func->io_head; in cpqhp_find_available_resources()
1322 func->io_head = io_node; in cpqhp_find_available_resources()
1407 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in cpqhp_find_available_resources()
1432 node = func->io_head; in cpqhp_return_board_resources()
1433 func->io_head = NULL; in cpqhp_return_board_resources()
1436 return_resource(&(resources->io_head), node); in cpqhp_return_board_resources()
1466 rc |= cpqhp_resource_sort_and_combine(&(resources->io_head)); in cpqhp_return_board_resources()
1482 res = resources->io_head; in cpqhp_destroy_resource_list()
1483 resources->io_head = NULL; in cpqhp_destroy_resource_list()
1529 res = func->io_head; in cpqhp_destroy_board_resources()
1530 func->io_head = NULL; in cpqhp_destroy_board_resources()