Searched refs:cache_size (Results 26 - 30 of 30) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dpal.h168 u32 cache_size; /*cache size in bytes*/ member in struct:pal_cache_config_info_2_s::__anon8792
202 #define pcci_cache_size pcci_info_2.pcci2_bits.cache_size
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dhe.c1027 u8 cache_size, timer; local
1065 if (pci_read_config_byte(pci_dev, PCI_CACHE_LINE_SIZE, &cache_size)) {
1070 if (cache_size < 16) {
1071 cache_size = 16;
1072 if (pci_write_config_byte(pci_dev, PCI_CACHE_LINE_SIZE, cache_size))
1073 hprintk("can't set cache line size to %d\n", cache_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/
H A Dmksquashfs.c132 unsigned int cache_bytes = 0, cache_size = 0, inode_count = 0; variable
674 data_space = (cache_size - cache_bytes);
676 int realloc_size = cache_size == 0 ? ((req_size + SQUASHFS_METADATA_SIZE) & ~(SQUASHFS_METADATA_SIZE - 1)) : req_size - data_space;
678 if((data_cache = (char *) realloc(data_cache, cache_size + realloc_size)) == NULL) {
681 cache_size += realloc_size;
3190 cache_size = root_inode_offset + root_inode_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotion_est.c237 int cache_size= FFMIN(ME_MAP_SIZE>>ME_MAP_SHIFT, 1<<ME_MAP_SHIFT); local
252 if(cache_size < 2*dia_size && !c->stride){
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c5760 ** the SQLite "[PRAGMA cache_size]" command.)^ ^As with the bPurgeable
8183 int cache_size; /* Number of pages to use in the cache */ member in struct:Schema
[all...]

Completed in 349 milliseconds

12