Searched refs:printk_deferred (Results 1 – 8 of 8) sorted by relevance
/kernel/time/ |
D | timekeeping.c | 208 …printk_deferred("WARNING: timekeeping: Cycle offset (%lld) is larger than allowed by the '%s' cloc… in timekeeping_check_update() 210 …printk_deferred(" timekeeping: Your kernel is sick, but tries to cope by capping time upda… in timekeeping_check_update() 213 …printk_deferred("INFO: timekeeping: Cycle offset (%lld) is larger than the '%s' clock's 50%% safet… in timekeeping_check_update() 215 printk_deferred(" timekeeping: Your kernel is still fine, but is feeling a bit nervous\n"); in timekeeping_check_update() 221 printk_deferred("WARNING: Underflow in clocksource '%s' observed, time update ignored.\n", name); in timekeeping_check_update() 222 …printk_deferred(" Please report this, consider using a different clocksource, if possible.… in timekeeping_check_update() 223 printk_deferred(" Your kernel is probably still fine.\n"); in timekeeping_check_update() 231 printk_deferred("WARNING: Overflow in clocksource '%s' observed, time update capped.\n", name); in timekeeping_check_update() 232 …printk_deferred(" Please report this, consider using a different clocksource, if possible.… in timekeeping_check_update() 233 printk_deferred(" Your kernel is probably still fine.\n"); in timekeeping_check_update() [all …]
|
D | ntp.c | 894 printk_deferred(KERN_ERR in hardpps_update_freq() 909 printk_deferred(KERN_WARNING in hardpps_update_freq() 954 printk_deferred(KERN_WARNING in hardpps_update_phase() 1013 printk_deferred(KERN_ERR "hardpps: PPSJITTER: bad pulse\n"); in __hardpps()
|
D | clockevents.c | 206 printk_deferred(KERN_WARNING in clockevents_increase_min_delta() 220 printk_deferred(KERN_WARNING in clockevents_increase_min_delta()
|
/kernel/printk/ |
D | printk_safe.c | 121 printk_deferred("%.*s", len, text); in printk_safe_flush_line() 176 printk_deferred("Lost %d message(s)!\n", lost); in report_message_lost()
|
D | printk.c | 3115 int printk_deferred(const char *fmt, ...) in printk_deferred() function 3126 EXPORT_SYMBOL_GPL(printk_deferred);
|
/kernel/sched/ |
D | psi.c | 772 … printk_deferred(KERN_ERR "psi: task underflow! cpu=%d t=%d tasks=[%u %u %u %u] clear=%x set=%x\n", in psi_group_change() 829 …printk_deferred(KERN_ERR "psi: inconsistent task state! task=%d:%s cpu=%d psi_flags=%x clear=%x se… in psi_flags_change()
|
D | core.c | 2143 printk_deferred("Overriding affinity for process %d (%s) to CPUs %*pbl\n", in force_compatible_cpus_allowed_ptr() 2542 printk_deferred("process %d (%s) no longer affine to cpu%d\n", in select_fallback_rq()
|
/kernel/power/ |
D | main.c | 570 printk_deferred(KERN_DEBUG "PM: %pV", &vaf); in __pm_pr_dbg()
|