Searched refs:summarized (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/kunit/
H A Dkunit_parser.py630 summarized = _summarize_failed_tests(test)
631 if not summarized:
633 stdout.print_with_timestamp(color(summarized))
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.h97 sequence_number_t summarized; member in struct:slab_journal
98 /* The tail sequence number that was last summarized in slab summary */
H A Dslab-depot.c105 journal->summarized = journal->last_summarized = journal->tail;
572 (unsigned long long) journal->summarized);
581 if (journal->partial_write_in_progress && (journal->summarized == journal->tail)) {
587 journal->last_summarized = journal->summarized;
588 for (i = journal->summarized - 1; i >= first; i--) {
590 * Release the lock the summarized block held on the recovery journal. (During
642 journal->summarized = journal->next_commit;
652 journal->summarized % journal->size,
3598 vdo_log_info(" slab journal: entry_waiters=%zu waiting_to_commit=%s updating_slab_summary=%s head=%llu unreapable=%llu tail=%llu next_commit=%llu summarized=%llu last_summarized=%llu recovery_lock=%llu dirty=%s",
3606 (unsigned long long) journal->summarized,
[all...]

Completed in 135 milliseconds