Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c124 static krwlock_t fctl_ulp_lock; variable
149 _NOTE(RWLOCK_PROTECTS_DATA(fctl_ulp_lock, ulp_module::mod_next))
508 rw_init(&fctl_ulp_lock, NULL, RW_DRIVER, NULL); in _init()
528 rw_destroy(&fctl_ulp_lock); in _init()
539 rw_destroy(&fctl_ulp_lock); in _init()
566 rw_destroy(&fctl_ulp_lock); in _fini()
657 while (rw_tryenter(&fctl_ulp_lock, RW_WRITER) == 0) { in fc_ulp_add()
691 rw_exit(&fctl_ulp_lock); in fc_ulp_add()
726 rw_exit(&fctl_ulp_lock); in fc_ulp_add()
772 rw_enter(&fctl_ulp_lock, RW_WRITER); in fc_ulp_remove()
[all …]