Lines Matching refs:io_head
736 io_node->next = func->io_head; in shpchp_save_used_resources()
737 func->io_head = io_node; in shpchp_save_used_resources()
804 io_node->next = func->io_head; in shpchp_save_used_resources()
805 func->io_head = io_node; in shpchp_save_used_resources()
909 node = func->io_head; in shpchp_return_board_resources()
910 func->io_head = NULL; in shpchp_return_board_resources()
913 return_resource(&(resources->io_head), node); in shpchp_return_board_resources()
943 rc |= shpchp_resource_sort_and_combine(&(resources->io_head)); in shpchp_return_board_resources()
959 res = resources->io_head; in shpchp_destroy_resource_list()
960 resources->io_head = NULL; in shpchp_destroy_resource_list()
1008 res = func->io_head; in shpchp_destroy_board_resources()
1009 func->io_head = NULL; in shpchp_destroy_board_resources()