Searched refs:dh_score (Results 1 – 2 of 2) sorted by relevance
403 dh->dh_score = DH_SCOREINIT; in ufsdirhash_build()571 dh->dh_score >= dh_next->dh_score) { in ufsdirhash_lookup()579 if (dh->dh_score < DH_SCOREMAX) in ufsdirhash_lookup()580 dh->dh_score++; in ufsdirhash_lookup()1218 if (dh == NULL || --dh->dh_score > 0) { in ufsdirhash_recycle()
103 int dh_score; /* access count for this dirhash */ member