Searched refs:hs_refcount (Results 1 – 2 of 2) sorted by relevance
1069 atomic_set(&hs->hs_refcount, 1); in cfs_hash_create()1162 if (atomic_inc_not_zero(&hs->hs_refcount)) in cfs_hash_getref()1170 if (atomic_dec_and_test(&hs->hs_refcount)) in cfs_hash_putref()
254 atomic_t hs_refcount; member