Searched refs:CACHESIZE (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfscache.c30 #define CACHESIZE 1024 macro
54 i = CACHESIZE;
67 CACHESIZE, CACHESIZE-i);
164 if (safe++ > CACHESIZE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepConfig.java21 public static final int CACHESIZE = 10 * 1024 * 1024; field in class:RepConfig
H A DRepQuoteExample.java225 envConfig.setCacheSize(RepConfig.CACHESIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/common/
H A Drep_common.c17 #define CACHESIZE (10 * 1024 * 1024) macro
226 (void)dbenv->set_cachesize(dbenv, 0, CACHESIZE, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.h54 #define CACHESIZE (10 * 1024 * 1024) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp49 #define CACHESIZE (10 * 1024 * 1024) macro
253 cur_env.set_cachesize(0, CACHESIZE, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c247 #define CACHESIZE 0x000000fful macro
369 /*bytes*/1) & CACHESIZE;
H A Daic7xxx_pci.c590 #define CACHESIZE 0x0000003ful /* only 5 bits */ macro
844 /*bytes*/1) & CACHESIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-xscale.S47 #define CACHESIZE 32768 define
57 * This must be aligned on a 2*CACHESIZE boundary. The code selects one of
91 eor \rd, \rd, #CACHESIZE
93 add \rs, \rd, #CACHESIZE
H A Dproc-xsc3.S52 #define CACHESIZE 32768 define
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c441 #define CACHESIZE 0x0000003Ful /* only 5 bits */ macro

Completed in 118 milliseconds