Lines Matching refs:io_head
746 io_node->next = func->io_head; in cpqhp_save_used_resources()
747 func->io_head = io_node; in cpqhp_save_used_resources()
811 io_node->next = func->io_head; in cpqhp_save_used_resources()
812 func->io_head = io_node; in cpqhp_save_used_resources()
882 io_node->next = func->io_head; in cpqhp_save_used_resources()
883 func->io_head = io_node; in cpqhp_save_used_resources()
1307 io_node->next = ctrl->io_head; in cpqhp_find_available_resources()
1308 ctrl->io_head = io_node; in cpqhp_find_available_resources()
1310 io_node->next = func->io_head; in cpqhp_find_available_resources()
1311 func->io_head = io_node; in cpqhp_find_available_resources()
1396 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in cpqhp_find_available_resources()
1421 node = func->io_head; in cpqhp_return_board_resources()
1422 func->io_head = NULL; in cpqhp_return_board_resources()
1425 return_resource(&(resources->io_head), node); in cpqhp_return_board_resources()
1455 rc |= cpqhp_resource_sort_and_combine(&(resources->io_head)); in cpqhp_return_board_resources()
1471 res = resources->io_head; in cpqhp_destroy_resource_list()
1472 resources->io_head = NULL; in cpqhp_destroy_resource_list()
1518 res = func->io_head; in cpqhp_destroy_board_resources()
1519 func->io_head = NULL; in cpqhp_destroy_board_resources()