Searched refs:write_miss (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 143 milliseconds