Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c1240 cfs_hash_unlock(hs, 0); in cfs_hash_add()
1266 cfs_hash_unlock(hs, 0); in cfs_hash_find_or_add()
1335 cfs_hash_unlock(hs, 0); in cfs_hash_del()
1379 cfs_hash_unlock(hs, 0); in cfs_hash_lookup()
1407 cfs_hash_unlock(hs, 1); in cfs_hash_for_each_enter()
1420 cfs_hash_unlock(hs, 1); in cfs_hash_for_each_exit()
1481 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_tight()
1486 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_tight()
1611 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_relax()
1642 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_relax()
[all …]
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h524 static inline void cfs_hash_unlock(struct cfs_hash *hs, int excl) in cfs_hash_unlock() function