Searched refs:io_alloc_failed_count (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_xport.h | 177 ocs_atomic_t io_alloc_failed_count; /**< used to track how often IO pool is empty */ member
|
| H A D | ocs_ddump.c | 442 …ocs_ddump_value(textbuf, "io_alloc_failed_count", "%d", ocs_atomic_read(&hw->io_alloc_failed_count… in ocs_ddump_hw() 666 …dump_value(textbuf, "io_alloc_failed_count", "%d", ocs_atomic_read(&xport->io_alloc_failed_count)); in ocs_ddump()
|
| H A D | ocs_xport.c | 551 ocs_atomic_init(&xport->io_alloc_failed_count, 0); in ocs_xport_initialize()
|
| H A D | ocs_els.c | 185 ocs_atomic_add_return(&xport->io_alloc_failed_count, 1); in ocs_els_io_alloc_size() 2066 ocs_atomic_add_return(&xport->io_alloc_failed_count, 1); in ocs_els_abort_io()
|
| H A D | ocs_scsi.c | 192 ocs_atomic_add_return(&xport->io_alloc_failed_count, 1); in ocs_scsi_io_alloc() 1949 ocs_atomic_add_return(&xport->io_alloc_failed_count, 1); in ocs_scsi_tgt_abort_io()
|
| H A D | ocs_hw.h | 1054 ocs_atomic_t io_alloc_failed_count; member
|
| H A D | ocs_node.c | 2219 ocs_atomic_add_return(&xport->io_alloc_failed_count, 1); in ocs_node_recv_abts_frame()
|
| H A D | ocs_hw.c | 366 ocs_atomic_init(&hw->io_alloc_failed_count, 0); in ocs_hw_setup() 3357 ocs_atomic_add_return(&hw->io_alloc_failed_count, 1); in _ocs_hw_io_alloc()
|