Home
last modified time | relevance | path

Searched refs:cfs_hash_for_each_bucket (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c1118 cfs_hash_for_each_bucket(hs, &bd, i) { in cfs_hash_destroy()
1447 cfs_hash_for_each_bucket(hs, &bd, i) { in cfs_hash_for_each_tight()
1591 cfs_hash_for_each_bucket(hs, &bd, i) { in cfs_hash_for_each_relax()
1916 cfs_hash_for_each_bucket(hs, &bd, i) { in cfs_hash_rehash_worker()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c336 cfs_hash_for_each_bucket(s->ls_obj_hash, &bd, i) { in lu_site_purge()
1012 cfs_hash_for_each_bucket(s->ls_obj_hash, &bd, i) { in lu_site_init()
1800 cfs_hash_for_each_bucket(hs, &bd, i) { in lu_site_stats_get()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c165 cfs_hash_for_each_bucket(ns->ns_rs_hash, &bd, i) in lprocfs_ns_resources_seq_show()
610 cfs_hash_for_each_bucket(ns->ns_rs_hash, &bd, idx) { in ldlm_namespace_new()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h830 #define cfs_hash_for_each_bucket(hs, bd, pos) \ macro