Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c69 mutex_enter(&hal->isoch_cec_list_mutex); in s1394_isoch_rsrc_realloc()
100 mutex_exit(&hal->isoch_cec_list_mutex); in s1394_isoch_rsrc_realloc()
107 mutex_enter(&hal->isoch_cec_list_mutex); in s1394_isoch_rsrc_realloc()
137 mutex_exit(&hal->isoch_cec_list_mutex); in s1394_isoch_rsrc_realloc()
150 mutex_enter(&hal->isoch_cec_list_mutex); in s1394_isoch_rsrc_realloc()
181 mutex_exit(&hal->isoch_cec_list_mutex); in s1394_isoch_rsrc_realloc()
201 mutex_enter(&hal->isoch_cec_list_mutex); in s1394_isoch_rsrc_realloc_notify()
230 mutex_exit(&hal->isoch_cec_list_mutex); in s1394_isoch_rsrc_realloc_notify()
258 mutex_enter(&hal->isoch_cec_list_mutex); in s1394_isoch_rsrc_realloc_notify()
279 mutex_exit(&hal->isoch_cec_list_mutex); in s1394_isoch_rsrc_realloc_notify()
[all …]
H A Dt1394.c1437 mutex_enter(&hal->isoch_cec_list_mutex); in t1394_alloc_isoch_single()
1442 mutex_exit(&hal->isoch_cec_list_mutex); in t1394_alloc_isoch_single()
1663 mutex_enter(&hal->isoch_cec_list_mutex); in t1394_alloc_isoch_cec()
1668 mutex_exit(&hal->isoch_cec_list_mutex); in t1394_alloc_isoch_cec()
1725 mutex_enter(&hal->isoch_cec_list_mutex); in t1394_free_isoch_cec()
1730 mutex_exit(&hal->isoch_cec_list_mutex); in t1394_free_isoch_cec()
H A Ds1394_misc.c137 mutex_destroy(&hal->isoch_cec_list_mutex); in s1394_cleanup_for_detach()
H A Dh1394.c156 mutex_init(&hal->isoch_cec_list_mutex, NULL, MUTEX_DRIVER, in h1394_attach()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h636 kmutex_t isoch_cec_list_mutex; member