Searched refs:read_hits (Results 1 - 3 of 3) sorted by relevance

/drivers/md/
H A Ddm-cache-metadata.h97 uint32_t read_hits; member in struct:dm_cache_statistics
H A Ddm-cache-metadata.c88 __le32 read_hits; member in struct:cache_disk_superblock
337 disk_super->read_hits = cpu_to_le32(0);
540 cmd->stats.read_hits = le32_to_cpu(disk_super->read_hits);
636 disk_super->read_hits = cpu_to_le32(cmd->stats.read_hits);
H A Ddm-cache-target.c578 atomic_set(&cache->stats.read_hit, stats.read_hits);
588 stats.read_hits = atomic_read(&cache->stats.read_hit);

Completed in 76 milliseconds