Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dconsole.c129 static int __read_mostly xenlog_upper_thresh = XENLOG_UPPER_THRESHOLD; variable
182 return _parse_loglvl(s, &xenlog_lower_thresh, &xenlog_upper_thresh); in parse_loglvl()
204 static int *__read_mostly upper_thresh_adj = &xenlog_upper_thresh;
210 if ( upper_thresh_adj == &xenlog_upper_thresh ) in do_toggle_guest()
218 upper_thresh_adj = &xenlog_upper_thresh; in do_toggle_guest()
633 int upper_thresh = xenlog_upper_thresh; in printk_prefix_check()
917 if ( xenlog_upper_thresh != xenlog_lower_thresh ) in console_endboot()
918 printk(" (Rate-limited: %s)", loglvl_str(xenlog_upper_thresh)); in console_endboot()

Completed in 4 milliseconds