Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c285 if (b.cachesize < b.psize * MINCACHE)
286 b.cachesize = b.psize * MINCACHE;
H A Dbtree.h62 #define MINCACHE (5) /* Minimum cached pages */ macro