Home
last modified time | relevance | path

Searched refs:cache_pressure (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/dm-vdo/
A Dstatistics.h103 u32 cache_pressure; member
A Dblock-map.c264 ADD_ONCE(cache->stats.cache_pressure, 1); in report_cache_pressure()
267 vdo_log_info("page cache pressure %u", cache->stats.cache_pressure); in report_cache_pressure()
896 if (cache->stats.cache_pressure > 0) { in allocate_free_page()
898 WRITE_ONCE(cache->stats.cache_pressure, 0); in allocate_free_page()
3301 totals.cache_pressure += READ_ONCE(stats->cache_pressure); in vdo_get_block_map_statistics()
A Dmessage-stats.c197 write_u32("cachePressure : ", stats->cache_pressure, ", ", buf, maxlen); in write_block_map_statistics()

Completed in 16 milliseconds