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

/linux-master/drivers/md/dm-vdo/
H A Dlogger.c47 * emit_log_message_to_kernel() - Emit a log message to the kernel at the specified priority.
52 static void emit_log_message_to_kernel(int priority, const char *fmt, ...) function
122 emit_log_message_to_kernel(priority, "%s[%s]: %s%pV%pV\n", module, type,
130 emit_log_message_to_kernel(priority, "%s%u:%s: %s%pV%pV\n", module,
142 emit_log_message_to_kernel(priority, "%s: %s%pV%pV\n", current->comm,
148 emit_log_message_to_kernel(priority, "%s: %s: %s%pV%pV\n", module, current->comm,

Completed in 152 milliseconds