Searched refs:fru_mutex (Results 1 – 4 of 4) sorted by relevance
338 dm_assert(pthread_mutex_lock(&diskp->fru_mutex) == 0); in topo_add_disk()341 dm_assert(pthread_mutex_unlock(&diskp->fru_mutex) == 0); in topo_add_disk()510 dm_assert(pthread_mutex_lock(&diskp->fru_mutex) == 0); in topo_add_bay()513 dm_assert(pthread_mutex_unlock(&diskp->fru_mutex) == 0); in topo_add_bay()
234 dm_assert(pthread_mutex_lock(&diskp->fru_mutex) == 0); in schg_update_fru_info()240 dm_assert(pthread_mutex_unlock(&diskp->fru_mutex) == 0); in schg_update_fru_info()
180 pthread_mutex_t fru_mutex; member
362 dm_assert(pthread_mutex_init(&dmp->fru_mutex, NULL) == 0); in new_diskmon()