Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c77 mutex_init(&tstruct->tb_mutex, NULL, MUTEX_DRIVER, in hci1394_tlabel_init()
109 mutex_destroy(&tstruct->tb_mutex); in hci1394_tlabel_fini()
148 mutex_enter(&tlabel_handle->tb_mutex); in hci1394_tlabel_alloc()
226 mutex_exit(&tlabel_handle->tb_mutex); in hci1394_tlabel_alloc()
250 mutex_exit(&tlabel_handle->tb_mutex); in hci1394_tlabel_alloc()
286 mutex_enter(&tlabel_handle->tb_mutex); in hci1394_tlabel_free()
297 mutex_exit(&tlabel_handle->tb_mutex); in hci1394_tlabel_free()
326 mutex_enter(&tlabel_handle->tb_mutex); in hci1394_tlabel_register()
331 mutex_exit(&tlabel_handle->tb_mutex); in hci1394_tlabel_register()
363 mutex_enter(&tlabel_handle->tb_mutex); in hci1394_tlabel_lookup()
[all …]
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_tlabel.h139 kmutex_t tb_mutex; member