Lines Matching defs:printk

49 /* printk's without a loglevel use this.. */
134 * Dummy printk for disabled debugging statements to use whilst maintaining
140 printk(fmt, ##__VA_ARGS__); \
176 int printk(const char *fmt, ...);
179 * Special printk facility for scheduler/timekeeping use only, _DO_NOT_USE_ !
219 int printk(const char *s, ...)
288 * pr_fmt - used by the pr_*() macros to generate the printk format string
309 * This macro expands to a printk with KERN_EMERG loglevel. It uses pr_fmt() to
313 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__)
319 * This macro expands to a printk with KERN_ALERT loglevel. It uses pr_fmt() to
323 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__)
329 * This macro expands to a printk with KERN_CRIT loglevel. It uses pr_fmt() to
333 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__)
339 * This macro expands to a printk with KERN_ERR loglevel. It uses pr_fmt() to
343 printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
349 * This macro expands to a printk with KERN_WARNING loglevel. It uses pr_fmt()
353 printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
359 * This macro expands to a printk with KERN_NOTICE loglevel. It uses pr_fmt() to
363 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
369 * This macro expands to a printk with KERN_INFO loglevel. It uses pr_fmt() to
373 printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
380 * This macro expands to a printk with KERN_CONT loglevel. It should only be
385 printk(KERN_CONT fmt, ##__VA_ARGS__)
392 * This macro expands to a printk with KERN_DEBUG loglevel if DEBUG is
399 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
417 * set. Otherwise, if DEBUG is defined, it's equivalent to a printk with
427 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
445 printk(fmt, ##__VA_ARGS__); \
512 printk(fmt, ##__VA_ARGS__); \
631 * some code paths that need to defer all printk console printing. Interrupts