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; in mon_getmoremem() local
183 entries = (0 == mon_mem_increments) in mon_getmoremem()
187 if (entries) { in mon_getmoremem()
188 chunk = eallocarray(entries, sizeof(*chunk)); in mon_getmoremem()
189 mru_alloc += entries; in mon_getmoremem()
190 for (chunk += entries; entries; entries--) in mon_getmoremem()
271 * mon_clearinterface -- remove mru entries referring to a local address
416 * entries are kept without regard to their age. The in ntp_monitor()
418 * limit on the total number of entries. in ntp_monitor()
420 * seconds of entries. Entries older than this are in ntp_monitor()
422 * Note that entries older than this can easily survive in ntp_monitor()
425 * number of entries. in ntp_monitor()
426 * - "mru maxmem" sets mru_maxdepth to the number of entries in ntp_monitor()
430 * initial allocation of MRU entries. in ntp_monitor()
433 * - mru_incalloc ("mru incalloc" sets the number of entries to in ntp_monitor()