Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_internal.h76 atomic_t llh_refcount; member
149 atomic_read(&llh->llh_refcount) - 1); in lov_llh_put()
150 LASSERT(atomic_read(&llh->llh_refcount) > 0 && in lov_llh_put()
151 atomic_read(&llh->llh_refcount) < 0x5a5a); in lov_llh_put()
152 if (atomic_dec_and_test(&llh->llh_refcount)) { in lov_llh_put()
156 if (atomic_read(&llh->llh_refcount)) in lov_llh_put()