Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c1231 cfs_hash_unlock(hs, 0); in cfs_hash_add()
1257 cfs_hash_unlock(hs, 0); in cfs_hash_find_or_add()
1326 cfs_hash_unlock(hs, 0); in cfs_hash_del()
1370 cfs_hash_unlock(hs, 0); in cfs_hash_lookup()
1398 cfs_hash_unlock(hs, 1); in cfs_hash_for_each_enter()
1411 cfs_hash_unlock(hs, 1); in cfs_hash_for_each_exit()
1472 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_tight()
1477 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_tight()
1602 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_relax()
1629 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_relax()
[all …]
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h521 static inline void cfs_hash_unlock(struct cfs_hash *hs, int excl) in cfs_hash_unlock() function