Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/
Dhash.c1126 cfs_hash_for_each_bucket(hs, &bd, i) { in cfs_hash_destroy()
1455 cfs_hash_for_each_bucket(hs, &bd, i) { in cfs_hash_for_each_tight()
1599 cfs_hash_for_each_bucket(hs, &bd, i) { in cfs_hash_for_each_relax()
1928 cfs_hash_for_each_bucket(hs, &bd, i) { in cfs_hash_rehash_worker()
/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c336 cfs_hash_for_each_bucket(s->ls_obj_hash, &bd, i) { in lu_site_purge()
978 cfs_hash_for_each_bucket(s->ls_obj_hash, &bd, i) { in lu_site_init()
1710 cfs_hash_for_each_bucket(hs, &bd, i) { in lu_site_stats_get()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c165 cfs_hash_for_each_bucket(ns->ns_rs_hash, &bd, i) in resource_count_show()
670 cfs_hash_for_each_bucket(ns->ns_rs_hash, &bd, idx) { in ldlm_namespace_new()
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h855 #define cfs_hash_for_each_bucket(hs, bd, pos) \ macro