Searched defs:fcipstruplock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c582 static krwlock_t fcipstruplock; variable
625 rw_init(&fcipstruplock, NULL, RW_DRIVER, NULL);
639 rw_destroy(&fcipstruplock);
675 rw_destroy(&fcipstruplock);
686 rw_destroy(&fcipstruplock);
741 rw_destroy(&fcipstruplock);
1211 rw_enter(&fcipstruplock, RW_READER);
1217 rw_exit(&fcipstruplock);
1717 rw_enter(&fcipstruplock, RW_READER);
1722 rw_exit(&fcipstruplock);
[all...]

Completed in 53 milliseconds