Home
last modified time | relevance | path

Searched refs:cachesize (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/lib/libc/db/btree/
H A Dbt_open.c143 b.cachesize = 0; in __bt_open()
270 if (b.cachesize && b.cachesize & (b.psize - 1) ) in __bt_open()
271 b.cachesize += (~b.cachesize & (b.psize - 1) ) + 1; in __bt_open()
272 if (b.cachesize < b.psize * MINCACHE) in __bt_open()
273 b.cachesize = b.psize * MINCACHE; in __bt_open()
276 ncache = howmany(b.cachesize, t->bt_psize); in __bt_open()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c149 b.cachesize = 0; in __bt_open()
281 if (b.cachesize && b.cachesize & (b.psize - 1)) in __bt_open()
282 b.cachesize += (~b.cachesize & (b.psize - 1)) + 1; in __bt_open()
283 if (b.cachesize < b.psize * MINCACHE) in __bt_open()
284 b.cachesize = b.psize * MINCACHE; in __bt_open()
287 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize; in __bt_open()
/freebsd/lib/libc/db/test/
H A Drun.test626 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
639 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
652 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
665 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
678 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
691 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
H A DREADME65 structure. If the type is btree, then "-i cachesize=10240"
66 will set BTREEINFO.cachesize to 10240.
/freebsd/include/
H A Ddb.h115 unsigned int cachesize; /* bytes to cache */ member
134 unsigned int cachesize; /* bytes to cache */ member
146 unsigned int cachesize; /* bytes to cache */ member
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/
H A Drun.test687 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
700 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
713 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
726 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
739 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
752 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
H A DREADME66 structure. If the type is btree, then "-i cachesize=10240"
67 will set BTREEINFO.cachesize to 10240.
/freebsd/sbin/dump/
H A Dcache.c59 NBlocks = cachesize / BlockSize; in cinit()
93 if (cachesize <= 0 || sblock->fs_bsize == 0) in cread()
/freebsd/lib/libc/db/recno/
H A Drec_open.c72 btopeninfo.cachesize = openinfo->cachesize; in __rec_open()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c83 btopeninfo.cachesize = openinfo->cachesize; in __rec_open()
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A DREADME58 structure. If the type is btree, then "-i cachesize=10240"
59 will set BTREEINFO.cachesize to 10240.
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/
H A Dtread2.c75 ctl.cachesize = atoi(*argv++);
H A Dtverify.c76 ctl.cachesize = 1024 * 1024; /* 1 MEG */
H A Ddriver2.c76 info.cachesize = NULL;
H A Dtdel.c74 ctl.cachesize = 1024 * 1024; /* 1 MEG */
H A Dthash4.c76 ctl.cachesize = atoi(*argv++);
/freebsd/lib/libc/db/test/hash.tests/
H A Dtread2.c63 ctl.cachesize = atoi(*argv++);
H A Dtverify.c64 ctl.cachesize = 1024 * 1024; /* 1 MEG */
H A Ddriver2.c64 info.cachesize = NULL;
H A Dtdel.c62 ctl.cachesize = 1024 * 1024; /* 1 MEG */
H A Dthash4.c65 ctl.cachesize = atoi(*argv++);
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhsearch.c60 info.cachesize = 0; in hcreate()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb.hin138 u_int cachesize; /* bytes to cache */
157 u_int cachesize; /* bytes to cache */
169 u_int cachesize; /* bytes to cache */
/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A Dadb_openclose.c30 btinfo.cachesize = 0; in osa_adb_create_db()
85 db->btinfo.cachesize = 0; in osa_adb_init_db()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/
H A Dbigtest.c17 info.cachesize = 500; in main()

12