Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-cache-target.c287 atomic_t write_miss; member
951 atomic_set(&cache->stats.write_miss, stats.write_misses); in load_stats()
964 stats.write_misses = atomic_read(&cache->stats.write_miss); in save_stats()
1608 &cache->stats.read_miss : &cache->stats.write_miss); in inc_miss_counter()
3106 (unsigned int) atomic_read(&cache->stats.write_miss), in cache_status()
/openbmc/linux/drivers/fpga/
H A Ddfl-fme-perf.c584 FME_EVENT_CACHE(write_miss, CACHE_EVNT_WR_MISS);