Searched refs:cachesize (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dcpu.c250 int bigcache, cachesize; local
340 cachesize = totalsize /
342 bigcache = cachesize;
369 cachesize = totalsize /
371 if (cachesize > bigcache)
372 bigcache = cachesize;
393 cachesize = totalsize /
395 if (cachesize > bigcache)
396 bigcache = cachesize;
/netbsd-6-1-5-RELEASE/lib/libc/db/btree/
H A Dbt_open.c112 * file is opened. Also, the file's page size can cause the cachesize
151 b.cachesize = 0;
232 * changes, the cachesize value can change too. If the user
284 if (b.cachesize && b.cachesize & (b.psize - 1))
285 b.cachesize += (~b.cachesize & (b.psize - 1)) + 1;
286 if (b.cachesize < b.psize * MINCACHE)
287 b.cachesize = b.psize * MINCACHE;
290 ncache = (b.cachesize
[all...]
/netbsd-6-1-5-RELEASE/include/
H A Ddb.h117 unsigned int cachesize; /* bytes to cache */ member in struct:__anon4971
136 unsigned int cachesize; /* bytes to cache */ member in struct:__anon4972
148 unsigned int cachesize; /* bytes to cache */ member in struct:__anon4973
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dslapd-nis-master.conf35 cachesize 4
/netbsd-6-1-5-RELEASE/lib/libc/db/hash/
H A Dndbm.c71 info.cachesize = 0;
H A Dhash.c191 if (info && info->cachesize)
192 __buf_init(hashp, info->cachesize);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddec_kn300.c112 int cachesize; local
142 cachesize = (1 * 1024 * 1024);
146 cachesize = (2 * 1024 * 1024);
150 cachesize = (4 * 1024 * 1024);
155 cachesize = (1 * 1024 * 1024);
158 uvmexp.ncolors = atop(cachesize);
/netbsd-6-1-5-RELEASE/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c141 0, /* cachesize */
266 u_int cachesize; local
277 cachesize = 0;
292 cachesize = atoi(optarg) * 1024 * 1024;
368 if (cachesize) {
369 openinfo.cachesize = cachesize;
372 cachesize = (u_int)(st.st_size * 20);
373 if (cachesize > MAX_CACHESIZE)
374 cachesize
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/services_mkdb/
H A Duniq.c49 .cachesize = 1024,
H A Doutput_db.c61 .cachesize = 1024,
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Drcache.c97 initcache(int cachesize, int readblksize) argument
108 if (cachesize == -1) { /* Compute from memory available */
122 cachebufs = cachesize;
/netbsd-6-1-5-RELEASE/lib/libc/db/recno/
H A Drec_open.c89 btopeninfo.cachesize = openinfo->cachesize;
/netbsd-6-1-5-RELEASE/tests/lib/libc/db/
H A Dh_db.c589 if (!strcmp("cachesize", s)) {
590 ib.cachesize = atoi(eq);
623 if (!strcmp("cachesize", s)) {
624 ih.cachesize = atoi(eq);
637 if (!strcmp("cachesize", s)) {
638 rh.cachesize = atoi(eq);
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dpkgdb.c107 info.cachesize = 2*1024*1024;
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Drpcb_clnt.c104 static int cachesize; variable
221 cachesize--;
276 if (cachesize < CACHESIZE) {
279 cachesize++;
/netbsd-6-1-5-RELEASE/tests/fs/common/nfsrpc/
H A Drpcb_clnt.c105 static int cachesize; variable
222 cachesize--;
277 if (cachesize < CACHESIZE) {
280 cachesize++;
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/common/
H A Dypdb.c152 info.cachesize = 0;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Ddict_db.c748 tweak.cachesize = dict_db_cache_size;
774 tweak.cachesize = dict_db_cache_size;
/netbsd-6-1-5-RELEASE/usr.bin/db/
H A Ddb.c294 btreeinfo.cachesize = 1024 * 1024;
304 hashinfo.cachesize = 1024 * 1024;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_bge.c3079 uint32_t cachesize, command, pcistate, marbmode; local
3097 cachesize = pci_conf_read(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ);
3250 pci_conf_write(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ, cachesize);

Completed in 228 milliseconds