| /src/sys/arch/alpha/alpha/ |
| dec_kn300.c | 74 int cachesize; local 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);
|
| dec_kn300.c | 74 int cachesize; local 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);
|
| dec_kn300.c | 74 int cachesize; local 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);
|
| dec_kn300.c | 74 int cachesize; local 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:__anon117 153 unsigned int cachesize; /* bytes to cache */ member in struct:__anon118 165 unsigned int cachesize; /* bytes to cache */ member in struct:__anon119
|
| db.h | 134 unsigned int cachesize; /* bytes to cache */ member in struct:__anon117 153 unsigned int cachesize; /* bytes to cache */ member in struct:__anon118 165 unsigned int cachesize; /* bytes to cache */ member in struct:__anon119
|
| db.h | 134 unsigned int cachesize; /* bytes to cache */ member in struct:__anon117 153 unsigned int cachesize; /* bytes to cache */ member in struct:__anon118 165 unsigned int cachesize; /* bytes to cache */ member in struct:__anon119
|
| db.h | 134 unsigned int cachesize; /* bytes to cache */ member in struct:__anon117 153 unsigned int cachesize; /* bytes to cache */ member in struct:__anon118 165 unsigned int cachesize; /* bytes to cache */ member in struct:__anon119
|
| /src/lib/libc/rpc/ |
| rpcb_clnt.c | 94 #define CACHESIZE 6 105 static int cachesize; variable 210 cachesize--; 263 if (cachesize < CACHESIZE) { 266 cachesize++;
|
| rpcb_clnt.c | 94 #define CACHESIZE 6 105 static int cachesize; variable 210 cachesize--; 263 if (cachesize < CACHESIZE) { 266 cachesize++;
|
| rpcb_clnt.c | 94 #define CACHESIZE 6 105 static int cachesize; variable 210 cachesize--; 263 if (cachesize < CACHESIZE) { 266 cachesize++;
|
| rpcb_clnt.c | 94 #define CACHESIZE 6 105 static int cachesize; variable 210 cachesize--; 263 if (cachesize < CACHESIZE) { 266 cachesize++;
|
| /src/sys/arch/sparc64/sparc64/ |
| cpu.c | 487 int bigcache, cachesize; local 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;
|
| cpu.c | 487 int bigcache, cachesize; local 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;
|
| cpu.c | 487 int bigcache, cachesize; local 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;
|
| cpu.c | 487 int bigcache, cachesize; local 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/usr.sbin/pwd_mkdb/ |
| pwd_mkdb.c | 139 0, /* cachesize */ 263 u_int cachesize; local 274 cachesize = 0; 289 cachesize = atoi(optarg) * 1024 * 1024; 365 if (cachesize) { 366 openinfo.cachesize = cachesize; 369 cachesize = (u_int)(st.st_size * 20); 370 if (cachesize > MAX_CACHESIZE) 371 cachesize = MAX_CACHESIZE [all...] |
| pwd_mkdb.c | 139 0, /* cachesize */ 263 u_int cachesize; local 274 cachesize = 0; 289 cachesize = atoi(optarg) * 1024 * 1024; 365 if (cachesize) { 366 openinfo.cachesize = cachesize; 369 cachesize = (u_int)(st.st_size * 20); 370 if (cachesize > MAX_CACHESIZE) 371 cachesize = MAX_CACHESIZE [all...] |
| pwd_mkdb.c | 139 0, /* cachesize */ 263 u_int cachesize; local 274 cachesize = 0; 289 cachesize = atoi(optarg) * 1024 * 1024; 365 if (cachesize) { 366 openinfo.cachesize = cachesize; 369 cachesize = (u_int)(st.st_size * 20); 370 if (cachesize > MAX_CACHESIZE) 371 cachesize = MAX_CACHESIZE [all...] |
| pwd_mkdb.c | 139 0, /* cachesize */ 263 u_int cachesize; local 274 cachesize = 0; 289 cachesize = atoi(optarg) * 1024 * 1024; 365 if (cachesize) { 366 openinfo.cachesize = cachesize; 369 cachesize = (u_int)(st.st_size * 20); 370 if (cachesize > MAX_CACHESIZE) 371 cachesize = MAX_CACHESIZE [all...] |
| /src/sys/dev/pci/ |
| if_bge.c | 4198 uint32_t cachesize, command; local 4243 cachesize = pci_conf_read(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ); 4369 pci_conf_write(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ, cachesize);
|
| if_bge.c | 4198 uint32_t cachesize, command; local 4243 cachesize = pci_conf_read(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ); 4369 pci_conf_write(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ, cachesize);
|
| if_bge.c | 4198 uint32_t cachesize, command; local 4243 cachesize = pci_conf_read(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ); 4369 pci_conf_write(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ, cachesize);
|
| if_bge.c | 4198 uint32_t cachesize, command; local 4243 cachesize = pci_conf_read(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ); 4369 pci_conf_write(sc->sc_pc, sc->sc_pcitag, BGE_PCI_CACHESZ, cachesize);
|