Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c531 cachesize = dbp->pgsize * DB_MINCACHE;
537 if (cachesize < dbp->pgsize * DB_MINCACHE)
538 cachesize = dbp->pgsize * DB_MINCACHE;
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h26 #define DB_MINCACHE 10 /* Minimum cached pages */ macro