Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c1069 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()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h254 atomic_t hs_refcount; member