Home
last modified time | relevance | path

Searched refs:loc_refcount (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c53 atomic_set(&ctxt->loc_refcount, 1); in llog_new_ctxt()
78 if (!atomic_dec_and_test(&ctxt->loc_refcount)) { in __llog_ctxt_put()
125 LASSERT(atomic_read(&ctxt->loc_refcount) < LI_POISON); in llog_cleanup()
126 LASSERT(atomic_read(&ctxt->loc_refcount) > 1); in llog_cleanup()
/drivers/staging/lustre/lustre/include/
Dlustre_log.h251 atomic_t loc_refcount; member
270 atomic_inc(&ctxt->loc_refcount); in llog_ctxt_get()
272 atomic_read(&ctxt->loc_refcount)); in llog_ctxt_get()
280 LASSERT_ATOMIC_GT_LT(&ctxt->loc_refcount, 0, LI_POISON); in llog_ctxt_put()
282 atomic_read(&ctxt->loc_refcount) - 1); in llog_ctxt_put()