Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c74 mutex_init(&tstruct->tb_mutex, NULL, MUTEX_DRIVER, in hci1394_tlabel_init()
103 mutex_destroy(&tstruct->tb_mutex); in hci1394_tlabel_fini()
138 mutex_enter(&tlabel_handle->tb_mutex); in hci1394_tlabel_alloc()
207 mutex_exit(&tlabel_handle->tb_mutex); in hci1394_tlabel_alloc()
228 mutex_exit(&tlabel_handle->tb_mutex); in hci1394_tlabel_alloc()
255 mutex_enter(&tlabel_handle->tb_mutex); in hci1394_tlabel_free()
266 mutex_exit(&tlabel_handle->tb_mutex); in hci1394_tlabel_free()
291 mutex_enter(&tlabel_handle->tb_mutex); in hci1394_tlabel_register()
296 mutex_exit(&tlabel_handle->tb_mutex); in hci1394_tlabel_register()
323 mutex_enter(&tlabel_handle->tb_mutex); in hci1394_tlabel_lookup()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_tlabel.h137 kmutex_t tb_mutex; member