HomeSort by: relevance | last modified time | path
    Searched defs:cachesize (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/alpha/alpha/
dec_kn300.c 74 int cachesize; local in function:dec_kn300_init
104 cachesize = (1 * 1024 * 1024);
108 cachesize = (2 * 1024 * 1024);
112 cachesize = (4 * 1024 * 1024);
117 cachesize = (1 * 1024 * 1024);
120 uvmexp.ncolors = atop(cachesize);
  /src/include/
db.h 134 unsigned int cachesize; /* bytes to cache */ member in struct:__anon7d709f9c0308
153 unsigned int cachesize; /* bytes to cache */ member in struct:__anon7d709f9c0408
165 unsigned int cachesize; /* bytes to cache */ member in struct:__anon7d709f9c0508
  /src/sys/arch/sparc64/sparc64/
cpu.c 487 int bigcache, cachesize; local in function:cpu_attach
593 cachesize = totalsize / cpu_icache_associativity(node);
594 bigcache = cachesize;
622 cachesize = totalsize / cpu_dcache_associativity(node);
623 if (cachesize > bigcache)
624 bigcache = cachesize;
645 cachesize = totalsize / cpu_ecache_associativity(node);
646 if (cachesize > bigcache)
647 bigcache = cachesize;
  /src/lib/libc/rpc/
rpcb_clnt.c 94 #define CACHESIZE 6
105 static int cachesize; variable in typeref:typename:int
210 cachesize--;
263 if (cachesize < CACHESIZE) {
266 cachesize++;
  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 140 0, /* cachesize */
264 u_int cachesize; local in function:main
275 cachesize = 0;
290 cachesize = atoi(optarg) * 1024 * 1024;
366 if (cachesize) {
367 openinfo.cachesize = cachesize;
370 cachesize = (u_int)(st.st_size * 20);
371 if (cachesize > MAX_CACHESIZE)
372 cachesize = MAX_CACHESIZE
    [all...]
  /src/sys/dev/pci/
if_bge.c 4200 uint32_t cachesize, command; local in function:bge_reset
4245 cachesize = pci_conf_read(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ);
4371 pci_conf_write(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ, cachesize);

Completed in 18 milliseconds