Lines Matching refs:io_head
753 io_node->next = func->io_head; in cpqhp_save_used_resources()
754 func->io_head = io_node; in cpqhp_save_used_resources()
818 io_node->next = func->io_head; in cpqhp_save_used_resources()
819 func->io_head = io_node; in cpqhp_save_used_resources()
889 io_node->next = func->io_head; in cpqhp_save_used_resources()
890 func->io_head = io_node; in cpqhp_save_used_resources()
1314 io_node->next = ctrl->io_head; in cpqhp_find_available_resources()
1315 ctrl->io_head = io_node; in cpqhp_find_available_resources()
1317 io_node->next = func->io_head; in cpqhp_find_available_resources()
1318 func->io_head = io_node; in cpqhp_find_available_resources()
1403 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in cpqhp_find_available_resources()
1428 node = func->io_head; in cpqhp_return_board_resources()
1429 func->io_head = NULL; in cpqhp_return_board_resources()
1432 return_resource(&(resources->io_head), node); in cpqhp_return_board_resources()
1462 rc |= cpqhp_resource_sort_and_combine(&(resources->io_head)); in cpqhp_return_board_resources()
1478 res = resources->io_head; in cpqhp_destroy_resource_list()
1479 resources->io_head = NULL; in cpqhp_destroy_resource_list()
1525 res = func->io_head; in cpqhp_destroy_board_resources()
1526 func->io_head = NULL; in cpqhp_destroy_board_resources()