Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c508 spin_lock(&hs->hs_dep_lock); in cfs_hash_bd_dep_record()
513 spin_unlock(&hs->hs_dep_lock); in cfs_hash_bd_dep_record()
976 spin_lock(&hs->hs_dep_lock); in cfs_hash_dep_print()
981 spin_unlock(&hs->hs_dep_lock); in cfs_hash_dep_print()
985 spin_lock(&hs->hs_dep_lock); in cfs_hash_dep_print()
987 spin_unlock(&hs->hs_dep_lock); in cfs_hash_dep_print()
993 spin_lock_init(&hs->hs_dep_lock); in cfs_hash_depth_wi_init()
1002 spin_lock(&hs->hs_dep_lock); in cfs_hash_depth_wi_cancel()
1004 spin_unlock(&hs->hs_dep_lock); in cfs_hash_depth_wi_cancel()
1006 spin_lock(&hs->hs_dep_lock); in cfs_hash_depth_wi_cancel()
[all …]
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h259 spinlock_t hs_dep_lock; member