Searched refs:loglvl_str (Results 1 – 1 of 1) sorted by relevance
191 static char *loglvl_str(int lvl) in loglvl_str() function231 key, thresh_adj, loglvl_str(*lower_thresh_adj), in do_adj_thresh()232 loglvl_str(*upper_thresh_adj)); in do_adj_thresh()916 printk("Std. Loglevel: %s", loglvl_str(xenlog_lower_thresh)); in console_endboot()918 printk(" (Rate-limited: %s)", loglvl_str(xenlog_upper_thresh)); in console_endboot()919 printk("\nGuest Loglevel: %s", loglvl_str(xenlog_guest_lower_thresh)); in console_endboot()921 printk(" (Rate-limited: %s)", loglvl_str(xenlog_guest_upper_thresh)); in console_endboot()
Completed in 5 milliseconds