Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c58 #define NR_CAPAHASH 32 macro
95 LASSERT(nr_hash > NR_CAPAHASH); in init_capa_hash()
97 for (i = 0; i < NR_CAPAHASH; i++) in init_capa_hash()
125 for (i = 0; i < NR_CAPAHASH; i++) { in cleanup_capa_hash()
139 (unsigned long)(fid_seq(fid) + 1) % NR_CAPAHASH; in capa_hashfn()