Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dlog.h101 #define log_io(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG_IO, ##_fmt) macro
110 #define log_io(_fmt...) macro
/openbmc/u-boot/test/log/
H A Dlog_test.c194 log_io("level %d\n", LOGL_DEBUG_IO); in log_test()
/openbmc/linux/drivers/md/
H A Draid5.h231 struct r5l_io_unit *log_io; member
H A Draid5-cache.c960 sh->log_io = io; in r5l_log_stripe()
1003 if (sh->log_io || !test_bit(R5_Wantwrite, &sh->dev[sh->pd_idx].flags) || in r5l_write_stripe()
1246 io = sh->log_io; in r5l_stripe_write_finished()
1247 sh->log_io = NULL; in r5l_stripe_write_finished()
H A Draid5.c5142 if (!sh->reconstruct_state && !sh->check_state && !sh->log_io) { in handle_stripe()
/openbmc/u-boot/doc/
H A DREADME.log99 log_io(_fmt...)