Searched refs:icache (Results 1 – 17 of 17) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | freefs.c | 20 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 …]
|
D | inode.c | 64 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 …]
|
D | dupfs.c | 44 if (fs->icache) in ext2fs_dup_handle() 45 fs->icache->refcount++; in ext2fs_dup_handle()
|
D | ext2fs.h | 230 struct ext2_inode_cache *icache; member
|
/external/iproute2/lib/ |
D | inet_proto.c | 28 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()
|
D | ll_map.c | 161 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/ |
D | cpu-features.h | 93 #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
|
D | cpu-info.h | 53 struct cache_desc icache; /* Primary I-cache */ member
|
/external/freetype/src/cache/ |
D | ftcbasic.c | 561 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/ |
D | Makefile.in | 689 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/ |
D | 2001-09-18-OptimizeExceptions.txt | 14 code, including icache pollution].
|
/external/oprofile/events/i386/atom/ |
D | unit_masks | 42 name:icache type:bitmask default:0x03
|
D | events | 62 event:0x80 counters:0,1 um:icache minimum:6000 name:ICACHE : Instruction cache accesses
|
/external/oprofile/events/ppc/e500/ |
D | events | 60 …imum:500 name:IL1_FETCH_RELOADS : This is historically used to determine icache miss rate (along w…
|
/external/oprofile/events/ppc/e500v2/ |
D | events | 60 …imum:500 name:IL1_FETCH_RELOADS : This is historically used to determine icache miss rate (along w…
|
/external/oprofile/ |
D | TODO | 104 o add event aliases for common things like icache misses, we must start to
|
/external/oprofile/events/ppc64/power7/ |
D | events | 664 …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
|