Searched refs:cld_refcount (Results 1 – 2 of 2) sorted by relevance
121 atomic_inc(&cld->cld_refcount); in config_log_get()123 atomic_read(&cld->cld_refcount)); in config_log_get()132 atomic_read(&cld->cld_refcount)); in config_log_put()133 LASSERT(atomic_read(&cld->cld_refcount) > 0); in config_log_put()136 if (atomic_dec_and_lock(&cld->cld_refcount, &config_list_lock)) { in config_log_put()181 atomic_inc(&found->cld_refcount); in config_log_find()215 atomic_set(&cld->cld_refcount, 1); in do_config_log_add()483 LASSERT(atomic_read(&cld->cld_refcount) > 0); in do_requeue()559 LASSERT(atomic_read(&cld->cld_refcount) > 0); in mgc_requeue_thread()605 cld->cld_logname, atomic_read(&cld->cld_refcount), in mgc_requeue_add()[all …]
155 atomic_t cld_refcount; member