Searched refs:maxentries (Results 1 – 5 of 5) sorted by relevance
571 int maxentries = MAXTOKENS; in get_all_sect() local582 if ((manp->secv = malloc(maxentries * sizeof (char *))) == NULL) in get_all_sect()610 if (entries == maxentries) { in get_all_sect()611 maxentries += MAXTOKENS; in get_all_sect()613 sizeof (char *) * maxentries)) == NULL) in get_all_sect()652 int maxentries = MAXDIRS; in getdirs() local660 maxentries)) == NULL) in getdirs()673 if ((dv - *dirv) == maxentries) { in getdirs()674 int entries = maxentries; in getdirs()676 maxentries += MAXTOKENS; in getdirs()[all …]
258 uint32_t maxentries, id_t start) in rfs4_table_create() argument289 if (maxentries + (uint32_t)start > (uint32_t)INT32_MAX) in rfs4_table_create()290 maxentries = INT32_MAX - start; in rfs4_table_create()294 maxentries + start); in rfs4_table_create()298 table->dbt_id_lwat = (maxentries * t_lowat) / 100; in rfs4_table_create()300 table->dbt_id_hwat = (maxentries * t_hiwat) / 100; in rfs4_table_create()302 table->dbt_maxentries = maxentries; in rfs4_table_create()
550 cfgp->maxentries, in print_cfg()551 cfgp->maxentries?"\n":" (unlimited)\n"); in print_cfg()2158 if (cfgp->maxentries > 0 && nentries > cfgp->maxentries) { in lookup_cache()2259 ulong_t count, nentries, maxentries; in reap_cache() local2363 maxentries = ctx->cfg.maxentries; in reap_cache()2367 if (maxentries == 0) in reap_cache()2375 value = (nentries * 100) / maxentries; in reap_cache()
207 ulong_t maxentries; /* maximum entries allowed */ member
709 maxentries,