Home
last modified time | relevance | path

Searched defs:cache_index (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sparc/mm/
H A Dtsb.c592 unsigned long cache_index; in tsb_destroy_one() local
/openbmc/linux/fs/ext4/
H A Dmballoc.c3268 int cache_index = blocksize_bits - EXT4_MIN_BLOCK_LOG_SIZE; in get_groupinfo_cache() local
3494 int cache_index = blocksize_bits - EXT4_MIN_BLOCK_LOG_SIZE; in ext4_groupinfo_create_slab() local
/openbmc/linux/drivers/md/
H A Ddm-bufio.c406 static inline unsigned int cache_index(sector_t block, unsigned int num_locks) in cache_index() function