Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/
Dhash.c1239 cfs_hash_unlock(hs, 0); in cfs_hash_add()
1265 cfs_hash_unlock(hs, 0); in cfs_hash_find_or_add()
1334 cfs_hash_unlock(hs, 0); in cfs_hash_del()
1378 cfs_hash_unlock(hs, 0); in cfs_hash_lookup()
1406 cfs_hash_unlock(hs, 1); in cfs_hash_for_each_enter()
1419 cfs_hash_unlock(hs, 1); in cfs_hash_for_each_exit()
1480 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_tight()
1485 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_tight()
1610 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_relax()
1641 cfs_hash_unlock(hs, 0); in cfs_hash_for_each_relax()
[all …]
/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