Home
last modified time | relevance | path

Searched refs:io_total_free (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_xport.h182 ocs_atomic_t io_total_free; /**< count of totals IOS free'd */ member
H A Docs_io.c302 ocs_atomic_add_return(&ocs->xport->io_total_free, 1); in ocs_io_pool_io_free()
H A Docs_xport.c547 ocs_atomic_init(&xport->io_total_free, 0); in ocs_xport_initialize()
H A Docs_ddump.c668 ocs_ddump_value(textbuf, "io_total_free", "%d", ocs_atomic_read(&xport->io_total_free)); in ocs_ddump()