Home
last modified time | relevance | path

Searched refs:maxentries (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/man/
H A Dman.c616 int maxentries = MAXTOKENS; in get_all_sect() local
656 maxentries += MAXTOKENS; in get_all_sect()
697 int maxentries = MAXDIRS; in getdirs() local
705 maxentries)) == NULL) in getdirs()
719 int entries = maxentries; in getdirs()
721 maxentries += MAXTOKENS; in getdirs()
824 int maxentries = MAXTOKENS; in split() local
854 maxentries += MAXTOKENS; in split()
1124 int maxentries = MAXDIRS; in sortdir() local
1128 maxentries)) == NULL) in sortdir()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c305 uint32_t maxentries, id_t start) in rfs4_table_create() argument
336 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()
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c572 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() local
2405 maxentries = ctx->cfg.maxentries; in reap_cache()
2409 if (maxentries == 0) in reap_cache()
2417 value = (nentries * 100) / maxentries; in reap_cache()
H A Dcache.h207 ulong_t maxentries; /* maximum entries allowed */ member
H A Dnscd_cfgdef.h709 maxentries,