Searched +full:printk_func +path:printk +path:. +path:c (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/kernel/printk/
H A Dprintk.c1827 DEFINE_PER_CPU(printk_func_t, printk_func) = vprintk_default;
1859 * If a caller overrides the per_cpu printk_func, then it needs printk()
1861 * the printk_func should be set to the default. No need to printk()
1864 vprintk_func = this_cpu_read(printk_func); printk()
1901 DEFINE_PER_CPU(printk_func_t, printk_func); cont_print_text()

Completed in 88 milliseconds