Home
last modified time | relevance | path

Searched refs:keys_raced (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dmove_types.h25 atomic64_t keys_raced; member
H A Dtrace.h867 __field(u64, keys_raced )
876 __entry->keys_raced = atomic64_read(&stats->keys_raced);
886 __entry->keys_raced,
H A Ddata_update.c422 atomic64_inc(&m->stats->keys_raced); in __bch2_data_update_index_update()
H A Dmove.c1298 prt_printf(out, "keys raced:\t%llu\n", atomic64_read(&stats->keys_raced)); in bch2_move_stats_to_text()