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