Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c205 __memp_ropen(dbmp, path, cachesize, mode, is_private, flags) in __memp_ropen() argument
208 size_t cachesize;
229 if (cachesize < DB_CACHESIZE_MIN)
230 if (cachesize == 0) {
232 cachesize = DB_CACHESIZE_DEF;
234 cachesize = DB_CACHESIZE_MIN;
235 rlen = cachesize + cachesize / 4;
298 __db_tablesize((cachesize / (1 * 1024)) / 10);
312 mp->stat.st_cachesize = cachesize;
H A Dmp_open.c39 size_t cachesize; local
52 cachesize = dbenv == NULL ? 0 : dbenv->mp_size;
72 path, cachesize, mode, is_private, LF_ISSET(DB_CREATE))) != 0)
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c151 b.cachesize = 0;
283 if (b.cachesize && b.cachesize & (b.psize - 1))
284 b.cachesize += (~b.cachesize & (b.psize - 1)) + 1;
285 if (b.cachesize < b.psize * MINCACHE)
286 b.cachesize = b.psize * MINCACHE;
289 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize;
/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb.c108 size_t cachesize; local
531 cachesize = dbp->pgsize * DB_MINCACHE;
533 cachesize = dbinfo->db_cachesize;
534 if (cachesize & (dbp->pgsize - 1))
535 cachesize +=
536 (~cachesize & (dbp->pgsize - 1)) + 1;
537 if (cachesize < dbp->pgsize * DB_MINCACHE)
538 cachesize = dbp->pgsize * DB_MINCACHE;
539 if (cachesize < 20 * 1024)
540 cachesize = 20 * 1024;
[all …]
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h121 u_int cachesize; /* bytes to cache */ member
140 u_int cachesize; /* bytes to cache */ member
152 u_int cachesize; /* bytes to cache */ member
/titanic_41/usr/src/cmd/consadm/
H A Dconsadm.c664 int cachesize = 0; /* size of device cache */ in fallbackdaemon() local
701 cachesize++; in fallbackdaemon()
705 cachesize++; in fallbackdaemon()
709 if ((fds = calloc(cachesize, sizeof (struct pollfd))) == NULL) in fallbackdaemon()
712 if ((devpaths = calloc(cachesize, sizeof (char *))) == NULL) in fallbackdaemon()
740 if (nfds >= cachesize) in fallbackdaemon()
768 if (nfds >= cachesize) in fallbackdaemon()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c82 btopeninfo.cachesize = openinfo->cachesize;
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhsearch.c63 info.cachesize = 0;
H A Ddbm.c179 info.cachesize = 0;
H A Dhash.c210 if (info && info->cachesize)
211 csize = info->cachesize / hashp->hdr.bsize;
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_openclose.c59 btinfo.cachesize = 0; in osa_adb_create_db()
161 db->btinfo.cachesize = 0; in osa_adb_init_db()
H A Dkdb_db2.c251 bti.cachesize = 0; in k5db2_dbopen()
271 hashi.cachesize = 0; in k5db2_dbopen()
/titanic_41/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c523 hash_info.cachesize = db_params->smdbp_cache_size;
531 btree_info.cachesize = db_params->smdbp_cache_size;
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c99 static int cachesize; variable
199 cachesize--; in delete_cache()
236 if (cachesize < CACHESIZE) { in add_cache()
239 cachesize++; in add_cache()
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dus3_common.c128 static int cpu_ectag_line_invalid(int cachesize, uint64_t tag);
129 int cpu_ectag_pa_to_subblk(int cachesize, uint64_t subaddr);
131 int cpu_ectag_pa_to_subblk_state(int cachesize,
6609 cpu_ectag_pa_to_subblk(int cachesize, uint64_t subaddr) argument
6612 return (JG_ECTAG_PA_TO_SUBBLK(cachesize, subaddr));
6617 return (CH_ECTAG_PA_TO_SUBBLK(cachesize, subaddr));
6625 cpu_ectag_line_invalid(int cachesize, uint64_t tag) argument
6628 return (JG_ECTAG_LINE_INVALID(cachesize, tag));
6632 return (CH_ECTAG_LINE_INVALID(cachesize, tag));
6640 cpu_ectag_pa_to_subblk_state(int cachesize, uint64_t subaddr, uint64_t tag) argument
[all …]
/titanic_41/usr/src/uts/sun4u/sys/
H A Dcheetahregs.h896 #define JG_ECTAG_NSUBBLKS(cachesize) ((cachesize) / JG_ECACHE_4M_SIZE) argument
/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfe.c313 uint16_t cachesize; in mxfe_attach() local
387 cachesize = pci_config_get8(pci, PCI_CLS); in mxfe_attach()
405 mxfep->mxfe_cachesize = cachesize; in mxfe_attach()
424 DBG(DPCI, "PCI cachesize = %d", cachesize); in mxfe_attach()
/titanic_41/usr/src/uts/common/io/afe/
H A Dafe.c316 uint16_t cachesize; in afe_attach() local
400 cachesize = pci_config_get8(pci, PCI_CLS); in afe_attach()
417 afep->afe_cachesize = cachesize; in afe_attach()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dmap.c1918 # define db_cachesize cachesize