Searched refs:printk_deferred (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/kernel/time/ |
D | timekeeping.c | 129 …printk_deferred("WARNING: timekeeping: Cycle offset (%lld) is larger than allowed by the '%s' cloc… in timekeeping_check_update() 131 …printk_deferred(" timekeeping: Your kernel is sick, but tries to cope by capping time upda… in timekeeping_check_update() 134 …printk_deferred("INFO: timekeeping: Cycle offset (%lld) is larger than the the '%s' clock's 50%% s… in timekeeping_check_update() 136 printk_deferred(" timekeeping: Your kernel is still fine, but is feeling a bit nervous\n"); in timekeeping_check_update() 142 printk_deferred("WARNING: Underflow in clocksource '%s' observed, time update ignored.\n", name); in timekeeping_check_update() 143 …printk_deferred(" Please report this, consider using a different clocksource, if possible.… in timekeeping_check_update() 144 printk_deferred(" Your kernel is probably still fine.\n"); in timekeeping_check_update() 152 printk_deferred("WARNING: Overflow in clocksource '%s' observed, time update capped.\n", name); in timekeeping_check_update() 153 …printk_deferred(" Please report this, consider using a different clocksource, if possible.… in timekeeping_check_update() 154 printk_deferred(" Your kernel is probably still fine.\n"); in timekeeping_check_update() [all …]
|
D | ntp.c | 863 printk_deferred(KERN_ERR in hardpps_update_freq() 878 printk_deferred(KERN_WARNING in hardpps_update_freq() 923 printk_deferred(KERN_WARNING in hardpps_update_phase() 982 printk_deferred(KERN_ERR "hardpps: PPSJITTER: bad pulse\n"); in __hardpps()
|
D | clockevents.c | 214 printk_deferred(KERN_WARNING in clockevents_increase_min_delta() 228 printk_deferred(KERN_WARNING in clockevents_increase_min_delta()
|
/linux-4.4.14/include/linux/ |
D | printk.h | 147 __printf(1, 2) __cold int printk_deferred(const char *fmt, ...); 184 int printk_deferred(const char *s, ...) in printk_deferred() function 312 printk_deferred(fmt, ##__VA_ARGS__); \
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 2746 int printk_deferred(const char *fmt, ...) in printk_deferred() function
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 1611 printk_deferred("process %d (%s) no longer affine to cpu%d\n", in select_fallback_rq()
|