Home
last modified time | relevance | path

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

/netbsd-src/sbin/dump/
H A Drcache.c55 #define MAXMEMPART 6 /* max 15% of the user mem */ macro
130 cachetmp = (usermem / MAXMEMPART) / CSIZE; in initcache()