Searched refs:ocs_atomic_init (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_xport.c514 ocs_atomic_init(&xport->io_active_count, 0);
515 ocs_atomic_init(&xport->io_pending_count, 0);
516 ocs_atomic_init(&xport->io_total_free, 0);
517 ocs_atomic_init(&xport->io_total_pending, 0);
518 ocs_atomic_init(&xport->io_alloc_failed_count, 0);
519 ocs_atomic_init(&xport->io_pending_recursing, 0);
H A Docs_os.h920 #define ocs_atomic_init(a, v) ocs_atomic_set(a, v) macro
1266 ocs_atomic_init(&ref->count, 1);
H A Docs_hw.c369 ocs_atomic_init(&hw->io_alloc_failed_count, 0);
807 ocs_atomic_init(&hw->rpi_ref[i].rpi_count, 0);
808 ocs_atomic_init(&hw->rpi_ref[i].rpi_attached, 0);
1000 ocs_atomic_init(&hw->send_frame_seq_id, 0);

Completed in 137 milliseconds