Searched refs:d_topo_lock (Results 1 – 3 of 3) sorted by relevance
53 ASSERT(MUTEX_HELD(&fmd.d_topo_lock)); in fmd_topo_rele_locked()71 (void) pthread_mutex_lock(&fmd.d_topo_lock); in fmd_topo_update()108 (void) pthread_mutex_unlock(&fmd.d_topo_lock); in fmd_topo_update()116 (void) pthread_mutex_lock(&fmd.d_topo_lock); in fmd_topo_hold()119 (void) pthread_mutex_unlock(&fmd.d_topo_lock); in fmd_topo_hold()127 (void) pthread_mutex_lock(&fmd.d_topo_lock); in fmd_topo_addref()129 (void) pthread_mutex_unlock(&fmd.d_topo_lock); in fmd_topo_addref()135 (void) pthread_mutex_lock(&fmd.d_topo_lock); in fmd_topo_rele()139 (void) pthread_mutex_unlock(&fmd.d_topo_lock); in fmd_topo_rele()147 (void) pthread_mutex_lock(&fmd.d_topo_lock); in fmd_topo_rele_hdl()[all …]
112 pthread_mutex_t d_topo_lock; /* lock for topo hdl */ member
428 (void) pthread_mutex_init(&dp->d_topo_lock, NULL); in fmd_create()