Searched refs:cld_lock (Results 1 – 2 of 2) sorted by relevance
210 mutex_init(&cld->cld_lock); in do_config_log_add()382 mutex_lock(&cld->cld_lock); in config_log_end()391 mutex_unlock(&cld->cld_lock); in config_log_end()401 mutex_unlock(&cld->cld_lock); in config_log_end()404 mutex_lock(&cld_recover->cld_lock); in config_log_end()406 mutex_unlock(&cld_recover->cld_lock); in config_log_end()421 mutex_lock(&cld_params->cld_lock); in config_log_end()423 mutex_unlock(&cld_params->cld_lock); in config_log_end()609 mutex_lock(&cld->cld_lock); in mgc_requeue_add()611 mutex_unlock(&cld->cld_lock); in mgc_requeue_add()[all …]
160 struct mutex cld_lock; member