Searched refs:GJ_TIMER_STOP (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/journal/ |
H A D | g_journal.c | 503 GJ_TIMER_STOP(1, &bt, "Cache flush time"); in g_journal_flush_cache() 2817 GJ_TIMER_STOP(1, &bt, "Switch time of %s", sc->sc_name); in g_journal_switch_wait() 2888 GJ_TIMER_STOP(1, &bt, "Msync time of %s", mountpoint); in g_journal_do_switch() 2893 GJ_TIMER_STOP(1, &bt, "Sync time of %s", mountpoint); in g_journal_do_switch() 2912 GJ_TIMER_STOP(1, &bt, "BIO_FLUSH time of %s", sc->sc_name); in g_journal_do_switch() 2916 GJ_TIMER_STOP(1, &bt, "Suspend time of %s", mountpoint); in g_journal_do_switch() 3018 GJ_TIMER_STOP(1, &bt, "Entire switch time"); in g_journal_switcher()
|
H A D | g_journal.h | 249 #define GJ_TIMER_STOP(lvl, bt, ...) do { \ macro
|