| /freebsd/lib/libc/db/btree/ |
| H A D | bt_open.c | 143 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 D | bt_open.c | 149 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 D | run.test | 626 -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 D | README | 65 structure. If the type is btree, then "-i cachesize=10240" 66 will set BTREEINFO.cachesize to 10240.
|
| /freebsd/include/ |
| H A D | db.h | 115 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 D | run.test | 687 -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 D | README | 66 structure. If the type is btree, then "-i cachesize=10240" 67 will set BTREEINFO.cachesize to 10240.
|
| /freebsd/sbin/dump/ |
| H A D | cache.c | 59 NBlocks = cachesize / BlockSize; in cinit() 93 if (cachesize <= 0 || sblock->fs_bsize == 0) in cread()
|
| /freebsd/lib/libc/db/recno/ |
| H A D | rec_open.c | 72 btopeninfo.cachesize = openinfo->cachesize; in __rec_open()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/ |
| H A D | rec_open.c | 83 btopeninfo.cachesize = openinfo->cachesize; in __rec_open()
|
| /freebsd/contrib/netbsd-tests/lib/libc/db/ |
| H A D | README | 58 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 D | tread2.c | 75 ctl.cachesize = atoi(*argv++);
|
| H A D | tverify.c | 76 ctl.cachesize = 1024 * 1024; /* 1 MEG */
|
| H A D | driver2.c | 76 info.cachesize = NULL;
|
| H A D | tdel.c | 74 ctl.cachesize = 1024 * 1024; /* 1 MEG */
|
| H A D | thash4.c | 76 ctl.cachesize = atoi(*argv++);
|
| /freebsd/lib/libc/db/test/hash.tests/ |
| H A D | tread2.c | 63 ctl.cachesize = atoi(*argv++);
|
| H A D | tverify.c | 64 ctl.cachesize = 1024 * 1024; /* 1 MEG */
|
| H A D | driver2.c | 64 info.cachesize = NULL;
|
| H A D | tdel.c | 62 ctl.cachesize = 1024 * 1024; /* 1 MEG */
|
| H A D | thash4.c | 65 ctl.cachesize = atoi(*argv++);
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | hsearch.c | 60 info.cachesize = 0; in hcreate()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/ |
| H A D | db.hin | 138 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 D | adb_openclose.c | 30 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 D | bigtest.c | 17 info.cachesize = 500; in main()
|