Searched refs:io_total_free (Results 1 – 4 of 4) sorted by relevance
182 ocs_atomic_t io_total_free; /**< count of totals IOS free'd */ member
302 ocs_atomic_add_return(&ocs->xport->io_total_free, 1); in ocs_io_pool_io_free()
547 ocs_atomic_init(&xport->io_total_free, 0); in ocs_xport_initialize()
668 ocs_ddump_value(textbuf, "io_total_free", "%d", ocs_atomic_read(&xport->io_total_free)); in ocs_ddump()