Searched refs:io_free (Results 1 – 5 of 5) sorted by relevance
149 uint8_t io_free; /**< Is io object in freelist > */ member179 return !(io->io_free); in ocs_io_busy()
265 io->io_free = 0; in ocs_io_pool_io_alloc()300 io->io_free = 1; in ocs_io_pool_io_free()
599 if (ocs_list_valid(&hw->io_free)) { in ocs_hw_init()600 while ((!ocs_list_empty(&hw->io_free))) { in ocs_hw_init()602 ocs_list_remove_head(&hw->io_free); in ocs_hw_init()614 ocs_list_init(&hw->io_free, ocs_hw_io_t, link); in ocs_hw_init()1400 while (!ocs_list_empty(&hw->io_free)) { in ocs_hw_reset()1401 ocs_list_remove_head(&hw->io_free); in ocs_hw_reset()3359 if (NULL != (io = ocs_list_remove_head(&hw->io_free))) { in _ocs_hw_io_alloc()3452 ocs_list_add_tail(&hw->io_free, io); in ocs_hw_io_free_move_correct_list()8018 ocs_list_foreach(&hw->io_free, io) { in ocs_hw_io_get_count()9672 ocs_list_add_tail(&hw->io_free, io); in ocs_hw_init_io()[all …]
498 ocs_list_foreach(&hw->io_free, io) { in ocs_ddump_hw()
1032 ocs_list_t io_free; /**< List of IO objects available for allocation */ member