Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c358 if (id.vpi_bucket >= CFS_HASH_NHLIST(site->ls_obj_hash)) in vvp_pgcache_find()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h335 #define CFS_HASH_NHLIST(hs) (1U << (hs)->hs_cur_bits) macro
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c1699 if (hindex >= CFS_HASH_NHLIST(hs)) in cfs_hash_hlist_for_each()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c2017 CFS_HASH_NHLIST(s->ls_obj_hash), in lu_site_stats_print()