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()
810 io_node->next = func->io_head; in cpqhp_save_used_resources()
811 func->io_head = io_node; in cpqhp_save_used_resources()
878 io_node->next = func->io_head; in cpqhp_save_used_resources()
879 func->io_head = io_node; in cpqhp_save_used_resources()
1301 io_node->next = ctrl->io_head; in cpqhp_find_available_resources()
1302 ctrl->io_head = io_node; in cpqhp_find_available_resources()
1304 io_node->next = func->io_head; in cpqhp_find_available_resources()
1305 func->io_head = io_node; in cpqhp_find_available_resources()
1390 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in cpqhp_find_available_resources()
1415 node = func->io_head; in cpqhp_return_board_resources()
1416 func->io_head = NULL; in cpqhp_return_board_resources()
1419 return_resource(&(resources->io_head), node); in cpqhp_return_board_resources()
1449 rc |= cpqhp_resource_sort_and_combine(&(resources->io_head)); in cpqhp_return_board_resources()
1465 res = resources->io_head; in cpqhp_destroy_resource_list()
1466 resources->io_head = NULL; in cpqhp_destroy_resource_list()
1512 res = func->io_head; in cpqhp_destroy_board_resources()
1513 func->io_head = NULL; in cpqhp_destroy_board_resources()