Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c123 static krwlock_t fctl_ulp_lock; variable
148 _NOTE(RWLOCK_PROTECTS_DATA(fctl_ulp_lock, ulp_module::mod_next))
507 rw_init(&fctl_ulp_lock, NULL, RW_DRIVER, NULL); in _init()
527 rw_destroy(&fctl_ulp_lock); in _init()
538 rw_destroy(&fctl_ulp_lock); in _init()
565 rw_destroy(&fctl_ulp_lock); in _fini()
656 while (rw_tryenter(&fctl_ulp_lock, RW_WRITER) == 0) { in fc_ulp_add()
690 rw_exit(&fctl_ulp_lock); in fc_ulp_add()
725 rw_exit(&fctl_ulp_lock); in fc_ulp_add()
771 rw_enter(&fctl_ulp_lock, RW_WRITER); in fc_ulp_remove()
[all …]