cache_index 592 arch/sparc/mm/tsb.c unsigned long cache_index; cache_index 596 arch/sparc/mm/tsb.c cache_index = tp->tsb_reg_val & 0x7UL; cache_index 597 arch/sparc/mm/tsb.c kmem_cache_free(tsb_caches[cache_index], tp->tsb); cache_index 3830 fs/btrfs/inode.c goto cache_index; cache_index 3867 fs/btrfs/inode.c cache_index: cache_index 2346 fs/ext4/mballoc.c int cache_index = blocksize_bits - EXT4_MIN_BLOCK_LOG_SIZE; cache_index 2347 fs/ext4/mballoc.c struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; cache_index 2550 fs/ext4/mballoc.c int cache_index = blocksize_bits - EXT4_MIN_BLOCK_LOG_SIZE; cache_index 2553 fs/ext4/mballoc.c if (cache_index >= NR_GRPINFO_CACHES) cache_index 2556 fs/ext4/mballoc.c if (unlikely(cache_index < 0)) cache_index 2557 fs/ext4/mballoc.c cache_index = 0; cache_index 2560 fs/ext4/mballoc.c if (ext4_groupinfo_caches[cache_index]) { cache_index 2568 fs/ext4/mballoc.c cachep = kmem_cache_create(ext4_groupinfo_slab_names[cache_index], cache_index 2572 fs/ext4/mballoc.c ext4_groupinfo_caches[cache_index] = cachep;