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

/linux-master/drivers/md/
H A Ddm-cache-target.c287 atomic_t write_miss; member in struct:cache_stats
951 atomic_set(&cache->stats.write_miss, stats.write_misses);
964 stats.write_misses = atomic_read(&cache->stats.write_miss);
1608 &cache->stats.read_miss : &cache->stats.write_miss);
3106 (unsigned int) atomic_read(&cache->stats.write_miss),
/linux-master/drivers/perf/
H A Dstarfive_starlink_pmu.c119 STARLINK_EVENT_ATTR(write_miss, CACHE_WRITE_MISS),
/linux-master/drivers/fpga/
H A Ddfl-fme-perf.c584 FME_EVENT_CACHE(write_miss, CACHE_EVNT_WR_MISS);

Completed in 532 milliseconds