Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/dm-vdo/indexer/
H A Dindex-session.h37 u64 posts_not_found; in __aligned() local
H A Dindex-session.c165 count_once(&session_stats->posts_not_found); in update_session_stats()
695 stats->posts_not_found = READ_ONCE(session_stats->posts_not_found); in collect_stats()
H A Dindexer.h168 u64 posts_not_found; member
/linux-6.15/drivers/md/dm-vdo/
H A Dstatistics.h185 u64 posts_not_found; member
H A Dmessage-stats.c301 write_u64("postsNotFound : ", stats->posts_not_found, ", ", buf, maxlen); in write_index_statistics()
H A Ddedupe.c2673 stats->posts_not_found = index_stats.posts_not_found; in get_index_statistics()