Home
last modified time | relevance | path

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

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