Lines Matching full:entries
36 * the memory limit. Then we free memory by grabbing entries off the
40 * INC_MONLIST is the default allocation granularity in entries.
41 * INIT_MONLIST is the default initial allocation in entries.
75 u_int mru_initalloc = INIT_MONLIST;/* entries to preallocate */
96 int mru_maxage = 64; /* for entries older than */
181 u_int entries;
183 entries = (0 == mon_mem_increments)
187 if (entries) {
188 chunk = eallocarray(entries, sizeof(*chunk));
189 mru_alloc += entries;
190 for (chunk += entries; entries; entries--)
271 * mon_clearinterface -- remove mru entries referring to a local address
416 * entries are kept without regard to their age. The
418 * limit on the total number of entries.
420 * seconds of entries. Entries older than this are
422 * Note that entries older than this can easily survive
425 * number of entries.
426 * - "mru maxmem" sets mru_maxdepth to the number of entries
430 * initial allocation of MRU entries.
433 * - mru_incalloc ("mru incalloc" sets the number of entries to