Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/db/btree/
Dbt_open.c146 b.cachesize = 0; in __bt_open()
276 if (b.cachesize && b.cachesize & (b.psize - 1) ) in __bt_open()
277 b.cachesize += (~b.cachesize & (b.psize - 1) ) + 1; in __bt_open()
278 if (b.cachesize < b.psize * MINCACHE) in __bt_open()
279 b.cachesize = b.psize * MINCACHE; in __bt_open()
282 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize; in __bt_open()
/freebsd-9-stable/lib/libc/db/test/
Drun.test629 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
642 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
655 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
668 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
681 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
694 -ibsize=$bsize,ffactor=$ffactor,nelem=25000,cachesize=65536\
DREADME66 structure. If the type is btree, then "-i cachesize=10240"
67 will set BTREEINFO.cachesize to 10240.
Ddbtest.c602 ib.cachesize = atoi(eq);
636 ih.cachesize = atoi(eq);
650 rh.cachesize = atoi(eq);
/freebsd-9-stable/include/
Ddb.h116 unsigned int cachesize; /* bytes to cache */ member
135 unsigned int cachesize; /* bytes to cache */ member
147 unsigned int cachesize; /* bytes to cache */ member
/freebsd-9-stable/sbin/dump/
Dcache.c61 NBlocks = cachesize / BlockSize; in cinit()
95 if (cachesize <= 0 || sblock->fs_bsize == 0) in cread()
Ddump.h77 int cachesize; /* size of block cache in bytes */ variable
Dmain.c80 int cachesize = 0; /* block cache size (in bytes), defaults to 0 */ variable
150 cachesize = numarg("cachesize", 0, 0) * 1024 * 1024; in main()
/freebsd-9-stable/lib/libc/db/recno/
Drec_open.c76 btopeninfo.cachesize = openinfo->cachesize; in __rec_open()
/freebsd-9-stable/lib/libc/db/test/hash.tests/
Dtread2.c73 ctl.cachesize = atoi(*argv++);
Dtverify.c74 ctl.cachesize = 1024 * 1024; /* 1 MEG */
Ddriver2.c74 info.cachesize = NULL;
Dtdel.c72 ctl.cachesize = 1024 * 1024; /* 1 MEG */
Dthash4.c75 ctl.cachesize = atoi(*argv++);
/freebsd-9-stable/lib/libc/db/hash/
Dndbm.c69 info.cachesize = 0;
Dhash.c182 if (info && info->cachesize) in __hash_open()
183 __buf_init(hashp, info->cachesize); in __hash_open()
/freebsd-9-stable/contrib/sendmail/libsmdb/
Dsmdb1.c523 hash_info.cachesize = db_params->smdbp_cache_size;
531 btree_info.cachesize = db_params->smdbp_cache_size;
/freebsd-9-stable/sys/rpc/
Drpcb_clnt.c87 static int cachesize;
190 cachesize--;
241 if (cachesize < CACHESIZE) {
244 cachesize++;
/freebsd-9-stable/lib/libc/rpc/
Drpcb_clnt.c90 static int cachesize; variable
192 cachesize--;
239 if (cachesize < CACHESIZE) {
242 cachesize++;
/freebsd-9-stable/lib/libc/db/test/btree.tests/
Dmain.c128 b.cachesize = 0;
142 b.cachesize = atoi(optarg);
/freebsd-9-stable/usr.sbin/services_mkdb/
Dservices_mkdb.c74 .cachesize = 1024,
/freebsd-9-stable/usr.sbin/pwd_mkdb/
Dpwd_mkdb.c148 openinfo.cachesize = atoi(optarg) * 1024 * 1024; in main()
/freebsd-9-stable/sys/dev/bge/
Dif_bge.c4038 uint32_t cachesize, command, mac_mode, mac_mode_mask, reset, val; in bge_reset() local
4077 cachesize = pci_read_config(dev, BGE_PCI_CACHESZ, 4); in bge_reset()
4175 pci_write_config(dev, BGE_PCI_CACHESZ, cachesize, 4); in bge_reset()
/freebsd-9-stable/contrib/sendmail/src/
Dmap.c1927 # define db_cachesize cachesize
/freebsd-9-stable/contrib/bind9/
DCHANGES12233 246. [func] Rename global option cachesize to cache-size and
12247 243. [func] new cachesize option for named.conf