Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dconsole.c130 static int __read_mostly xenlog_lower_thresh = XENLOG_LOWER_THRESHOLD; variable
182 return _parse_loglvl(s, &xenlog_lower_thresh, &xenlog_upper_thresh); in parse_loglvl()
205 static int *__read_mostly lower_thresh_adj = &xenlog_lower_thresh;
219 lower_thresh_adj = &xenlog_lower_thresh; in do_toggle_guest()
634 int lower_thresh = xenlog_lower_thresh; in printk_prefix_check()
909 opt_conring_size = num_present_cpus() << (9 + xenlog_lower_thresh); in console_init_postirq()
916 printk("Std. Loglevel: %s", loglvl_str(xenlog_lower_thresh)); in console_endboot()
917 if ( xenlog_upper_thresh != xenlog_lower_thresh ) in console_endboot()

Completed in 6 milliseconds