Searched refs:maxentries (Results 1 – 5 of 5) sorted by relevance
616 int maxentries = MAXTOKENS; in get_all_sect() local627 if ((manp->secv = malloc(maxentries * sizeof (char *))) == NULL) in get_all_sect()655 if (entries == maxentries) { in get_all_sect()656 maxentries += MAXTOKENS; in get_all_sect()658 sizeof (char *) * maxentries)) == NULL) in get_all_sect()697 int maxentries = MAXDIRS; in getdirs() local705 maxentries)) == NULL) in getdirs()718 if ((dv - *dirv) == maxentries) { in getdirs()719 int entries = maxentries; in getdirs()721 maxentries += MAXTOKENS; in getdirs()[all …]
305 uint32_t maxentries, id_t start) in rfs4_table_create() argument336 if (maxentries + (uint32_t)start > (uint32_t)INT32_MAX) in rfs4_table_create()337 maxentries = INT32_MAX - start; in rfs4_table_create()341 maxentries + start); in rfs4_table_create()345 table->dbt_id_lwat = (maxentries * t_lowat) / 100; in rfs4_table_create()347 table->dbt_id_hwat = (maxentries * t_hiwat) / 100; in rfs4_table_create()349 table->dbt_maxentries = maxentries; in rfs4_table_create()
572 cfgp->maxentries, cfgp->maxentries?"\n":" (unlimited)\n"); in print_cfg()2196 if (cfgp->maxentries > 0 && nentries > cfgp->maxentries) { in lookup_cache()2301 ulong_t count, nentries, maxentries; in reap_cache() local2405 maxentries = ctx->cfg.maxentries; in reap_cache()2409 if (maxentries == 0) in reap_cache()2417 value = (nentries * 100) / maxentries; in reap_cache()
207 ulong_t maxentries; /* maximum entries allowed */ member
709 maxentries,