Home
last modified time | relevance | path

Searched refs:read_miss (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-cache-target.c285 atomic_t read_miss; member
949 atomic_set(&cache->stats.read_miss, stats.read_misses); in load_stats()
962 stats.read_misses = atomic_read(&cache->stats.read_miss); in save_stats()
1608 &cache->stats.read_miss : &cache->stats.write_miss); in inc_miss_counter()
3104 (unsigned int) atomic_read(&cache->stats.read_miss), in cache_status()
/openbmc/linux/drivers/fpga/
H A Ddfl-fme-perf.c582 FME_EVENT_CACHE(read_miss, CACHE_EVNT_RD_MISS);