Home
last modified time | relevance | path

Searched refs:cache_full (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/md/dm-pcache/
H A Dcache_segment.c253 cache->cache_full = true; in get_cache_segment()
294 if (cache->cache_full) in cache_seg_invalidate()
295 cache->cache_full = false; in cache_seg_invalidate()
H A Dcache.h196 bool cache_full; member
/linux/include/net/page_pool/
H A Dtypes.h129 u64 cache_full; member
/linux/net/core/
H A Dpage_pool.c106 stats->recycle_stats.cache_full += pcpu->cache_full; in page_pool_get_stats()
146 *data++ = pool_stats->recycle_stats.cache_full; in page_pool_ethtool_stats_get()
803 recycle_stat_inc(pool, cache_full); in page_pool_recycle_in_cache()
H A Dpage_pool_user.c154 stats.recycle_stats.cache_full) || in page_pool_nl_stats_fill()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c510 rq_stats->pp_recycle_cache_full = stats.recycle_stats.cache_full; in mlx5e_stats_update_stats_rq_page_pool()