Searched refs:ids_max (Results 1 – 1 of 1) sorted by relevance
38 uint_t ids_avg, ids_max, hashlen, hashmax; in fmd_idspace_create() local49 (void) fmd_conf_getprop(fmd.d_conf, "ids.max", &ids_max); in fmd_idspace_create()53 if (hashlen > ids_max) in fmd_idspace_create()54 hashlen = ids_max; in fmd_idspace_create()