Home
last modified time | relevance | path

Searched refs:io_total_alloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_xport.h181 ocs_atomic_t io_total_alloc; /**< count of totals IOS allocated */ member
H A Docs_io.c267 ocs_atomic_add_return(&ocs->xport->io_total_alloc, 1); in ocs_io_pool_io_alloc()
H A Docs_ddump.c667 ocs_ddump_value(textbuf, "io_total_alloc", "%d", ocs_atomic_read(&xport->io_total_alloc)); in ocs_ddump()