Searched refs:cache_size (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dext2fsP.h69 int cache_size; member in struct:ext2_inode_cache
H A Dinode.c66 for (i=0; i < fs->icache->cache_size; i++)
91 fs->icache->cache_size = 4;
93 retval = ext2fs_get_array(fs->icache->cache_size,
530 for (i=0; i < fs->icache->cache_size; i++) {
596 fs->icache->cache_size;
630 for (i=0; i < fs->icache->cache_size; i++) {
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Dcache.c19 static int bignames_left, log_queries, cache_size; variable
32 cache_size = size;
38 if (cache_size > 0)
144 if (*fail || cache_size == 0)
405 if (cache_size > 0)
485 void dump_cache(int debug, int cache_size) argument
489 cache_size, cache_live_freed, cache_inserted);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/
H A Dmtdblock.c54 unsigned int cache_size; member in struct:mtdblk_dev
146 mtdblk->cache_offset, mtdblk->cache_size);
149 mtdblk->cache_size, mtdblk->cache_data);
169 unsigned int sect_size = mtdblk->cache_size;
216 mtdblk->cache_size = sect_size;
238 unsigned int sect_size = mtdblk->cache_size;
338 mtdblk->cache_size = mtdblk->mtd->erasesize;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dvfs.c1547 nfsd_racache_init(int cache_size) argument
1553 raparml = kmalloc(sizeof(struct raparms) * cache_size, GFP_KERNEL);
1557 cache_size);
1558 memset(raparml, 0, sizeof(struct raparms) * cache_size);
1559 for (i = 0; i < cache_size - 1; i++) {
1568 nfsdstats.ra_size = cache_size;
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/squashfs/
H A Dmksquashfs.c89 unsigned int cache_bytes = 0, cache_size = 0, inode_count = 0; variable
189 char **data_cache, int *cache_bytes, int *cache_size, char **directory_table, int *directory_bytes,
295 data_space = (cache_size - cache_bytes);
297 int realloc_size = cache_size == 0 ? ((req_size + SQUASHFS_METADATA_SIZE) & ~(SQUASHFS_METADATA_SIZE - 1)) : req_size - data_space;
299 if((data_cache = (char *) realloc(data_cache, cache_size + realloc_size)) == NULL) {
302 cache_size += realloc_size;
1728 &cache_bytes, &cache_size, &directory_table, &directory_bytes,
1752 sdata_cache = (char *)malloc(scache_bytes = cache_size);
H A Dread_fs.c393 char **data_cache, int *cache_bytes, int *cache_size,
459 *cache_size = root_inode_offset;
392 read_filesystem(char *root_name, int fd, squashfs_super_block *sBlk, char **cinode_table, int *inode_bytes, char **data_cache, int *cache_bytes, int *cache_size, char **cdirectory_table, int *directory_bytes, char **directory_data_cache, int *directory_cache_bytes, int *directory_cache_size, int *file_count, int *sym_count, int *dev_count, int *dir_count, int *fifo_count, int *sock_count, squashfs_uid *uids, unsigned short *uid_count, squashfs_uid *guids, unsigned short *guid_count, unsigned int *uncompressed_file, unsigned int *uncompressed_inode, unsigned int *uncompressed_directory, void (push_directory_entry)(char *, squashfs_inode, int), squashfs_fragment_entry **fragment_table) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dpci.c921 u8 cache_size; local
929 pci_read_config_byte(dev, PCI_CACHE_LINE_SIZE, &cache_size);
930 cache_size <<= 2;
931 if (cache_size != SMP_CACHE_BYTES) {
934 dev->slot_name, cache_size);
935 if (cache_size > SMP_CACHE_BYTES) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D8139cp.c1768 u8 pci_rev, cache_size; local
1908 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &cache_size);
1909 cache_size <<= 2;
1910 if (cache_size != SMP_CACHE_BYTES) {
1912 "(%i bytes) by BIOS/FW, ", dev->name, cache_size);
1913 if (cache_size > SMP_CACHE_BYTES)
H A Dacenic.c1163 unsigned char cache_size; local
1296 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &cache_size);
1297 cache_size <<= 2;
1298 if (cache_size != SMP_CACHE_BYTES) {
1300 "(%i bytes) by BIOS/FW, ", cache_size);
1301 if (cache_size > SMP_CACHE_BYTES)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dpal.h150 u64 cache_size : 32, /*cache size in bytes*/ member in struct:pal_cache_config_info_2_s::__anon7931
184 #define pcci_cache_size pcci_info_2.pcci2_bits.cache_size
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dpal.h150 u64 cache_size : 32, /*cache size in bytes*/ member in struct:pal_cache_config_info_2_s::__anon3515
184 #define pcci_cache_size pcci_info_2.pcci2_bits.cache_size

Completed in 211 milliseconds