Searched refs:cld_lock (Results 1 – 2 of 2) sorted by relevance
210 mutex_init(&cld->cld_lock); in do_config_log_add()396 mutex_lock(&cld->cld_lock); in config_log_end()405 mutex_unlock(&cld->cld_lock); in config_log_end()415 mutex_unlock(&cld->cld_lock); in config_log_end()418 mutex_lock(&cld_recover->cld_lock); in config_log_end()420 mutex_unlock(&cld_recover->cld_lock); in config_log_end()435 mutex_lock(&cld_params->cld_lock); in config_log_end()437 mutex_unlock(&cld_params->cld_lock); in config_log_end()621 mutex_lock(&cld->cld_lock); in mgc_requeue_add()623 mutex_unlock(&cld->cld_lock); in mgc_requeue_add()[all …]
194 struct mutex cld_lock; member