Searched refs:cfs_hash_for_each_bucket (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1118 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/ |
D | lu_object.c | 336 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/ |
D | ldlm_resource.c | 165 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/ |
D | libcfs_hash.h | 830 #define cfs_hash_for_each_bucket(hs, bd, pos) \ macro
|