Searched refs:ocs_atomic_init (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/sys/dev/ocs_fc/ |
H A D | ocs_xport.c | 545 ocs_atomic_init(&xport->io_active_count, 0); in ocs_xport_initialize() 546 ocs_atomic_init(&xport->io_pending_count, 0); in ocs_xport_initialize() 547 ocs_atomic_init(&xport->io_total_free, 0); in ocs_xport_initialize() 548 ocs_atomic_init(&xport->io_total_pending, 0); in ocs_xport_initialize() 549 ocs_atomic_init(&xport->io_alloc_failed_count, 0); in ocs_xport_initialize() 550 ocs_atomic_init(&xport->io_pending_recursing, 0); in ocs_xport_initialize()
|
H A D | ocs_os.h | 916 #define ocs_atomic_init(a, v) ocs_atomic_set(a, v) macro 1260 ocs_atomic_init(&ref->count, 1); in ocs_ref_init()
|
H A D | ocs_hw.c | 376 ocs_atomic_init(&hw->io_alloc_failed_count, 0); in ocs_hw_setup() 814 ocs_atomic_init(&hw->rpi_ref[i].rpi_count, 0); in ocs_hw_init() 815 ocs_atomic_init(&hw->rpi_ref[i].rpi_attached, 0); in ocs_hw_init() 1005 ocs_atomic_init(&hw->send_frame_seq_id, 0); in ocs_hw_init()
|