Home
last modified time | relevance | path

Searched refs:icache (Results 1 – 17 of 17) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dfreefs.c20 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache);
53 if (fs->icache) in ext2fs_free()
54 ext2fs_free_inode_cache(fs->icache); in ext2fs_free()
64 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache) in ext2fs_free_inode_cache() argument
66 if (--icache->refcount) in ext2fs_free_inode_cache()
68 if (icache->buffer) in ext2fs_free_inode_cache()
69 ext2fs_free_mem(&icache->buffer); in ext2fs_free_inode_cache()
70 if (icache->cache) in ext2fs_free_inode_cache()
71 ext2fs_free_mem(&icache->cache); in ext2fs_free_inode_cache()
72 icache->buffer_blk = 0; in ext2fs_free_inode_cache()
[all …]
Dinode.c64 if (!fs->icache) in ext2fs_flush_icache()
67 for (i=0; i < fs->icache->cache_size; i++) in ext2fs_flush_icache()
68 fs->icache->cache[i].ino = 0; in ext2fs_flush_icache()
70 fs->icache->buffer_blk = 0; in ext2fs_flush_icache()
78 if (fs->icache) in create_icache()
80 retval = ext2fs_get_mem(sizeof(struct ext2_inode_cache), &fs->icache); in create_icache()
84 memset(fs->icache, 0, sizeof(struct ext2_inode_cache)); in create_icache()
85 retval = ext2fs_get_mem(fs->blocksize, &fs->icache->buffer); in create_icache()
87 ext2fs_free_mem(&fs->icache); in create_icache()
90 fs->icache->buffer_blk = 0; in create_icache()
[all …]
Ddupfs.c44 if (fs->icache) in ext2fs_dup_handle()
45 fs->icache->refcount++; in ext2fs_dup_handle()
Dext2fs.h230 struct ext2_inode_cache *icache; member
/external/iproute2/lib/
Dinet_proto.c28 static int icache = -1; in inet_proto_n2a() local
31 if (proto == icache) in inet_proto_n2a()
36 icache = proto; in inet_proto_n2a()
48 static int icache = -1; in inet_proto_a2n() local
51 if (icache>=0 && strcmp(ncache, buf) == 0) in inet_proto_a2n()
52 return icache; in inet_proto_a2n()
63 icache = pe->p_proto; in inet_proto_a2n()
Dll_map.c161 static int icache; in ll_name_to_index() local
168 if (icache && strcmp(name, ncache) == 0) in ll_name_to_index()
169 return icache; in ll_name_to_index()
173 icache = im->index; in ll_name_to_index()
/external/kernel-headers/original/asm-mips/
Dcpu-features.h93 #define cpu_has_vtag_icache (cpu_data[0].icache.flags & MIPS_CACHE_VTAG)
99 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
118 #define cpu_icache_snoops_remote_store (cpu_data[0].icache.flags & MIPS_IC_SNOOPS_REMOTE)
213 #define cpu_icache_line_size() cpu_data[0].icache.linesz
Dcpu-info.h53 struct cache_desc icache; /* Primary I-cache */ member
/external/freetype/src/cache/
Dftcbasic.c561 FTC_Image_Cache_Lookup( FTC_ImageCache icache,
577 FTC_Image_Cache_Lookup( FTC_ImageCache icache, in FTC_Image_Cache_Lookup() argument
590 return FTC_ImageCache_Lookup( (FTC_ImageCache)icache, in FTC_Image_Cache_Lookup()
/external/qemu-pc-bios/bochs/
DMakefile.in689 cpu/descriptor.h cpu/instr.h cpu/lazy_flags.h cpu/icache.h cpu/apic.h \
698 cpu/lazy_flags.h cpu/icache.h cpu/apic.h cpu/i387.h fpu/softfloat.h \
706 cpu/descriptor.h cpu/instr.h cpu/lazy_flags.h cpu/icache.h cpu/apic.h \
714 cpu/descriptor.h cpu/instr.h cpu/lazy_flags.h cpu/icache.h cpu/apic.h \
726 cpu/crregs.h cpu/descriptor.h cpu/instr.h cpu/lazy_flags.h cpu/icache.h \
/external/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt14 code, including icache pollution].
/external/oprofile/events/i386/atom/
Dunit_masks42 name:icache type:bitmask default:0x03
Devents62 event:0x80 counters:0,1 um:icache minimum:6000 name:ICACHE : Instruction cache accesses
/external/oprofile/events/ppc/e500/
Devents60 …imum:500 name:IL1_FETCH_RELOADS : This is historically used to determine icache miss rate (along w…
/external/oprofile/events/ppc/e500v2/
Devents60 …imum:500 name:IL1_FETCH_RELOADS : This is historically used to determine icache miss rate (along w…
/external/oprofile/
DTODO104 o add event aliases for common things like icache misses, we must start to
/external/oprofile/events/ppc64/power7/
Devents664 …PM_IC_PREF_CANCEL_ALL_GRP81 : (Group 81 pm_ic) Prefetch Canceled due to page boundary or icache hit
671 …name:PM_IC_PREF_CANCEL_HIT_GRP82 : (Group 82 pm_ic_pref_cancel) Prefetch Canceled due to icache hit
673 …ANCEL_ALL_GRP82 : (Group 82 pm_ic_pref_cancel) Prefetch Canceled due to page boundary or icache hit