HomeSort by: relevance | last modified time | path
    Searched defs:DH_SCOREINIT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_dirhash.h 63 * New hash entries are given an initial score of DH_SCOREINIT and are
68 * case it limits the number of hash builds to 1/DH_SCOREINIT of the
71 #define DH_SCOREINIT 8 /* initial dh_score when dirhash built */
  /src/sys/ufs/ufs/
dirhash.h 72 * New hash entries are given an initial score of DH_SCOREINIT and are
77 * case it limits the number of hash builds to 1/DH_SCOREINIT of the
80 #define DH_SCOREINIT 8 /* initial dh_score when dirhash built */

Completed in 15 milliseconds