Home
last modified time | relevance | path

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

/include/linux/
A Dprintk.h652 #define printk_once(fmt, ...) \ macro
657 #define printk_once(fmt, ...) \ macro
664 printk_once(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__)
666 printk_once(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__)
668 printk_once(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__)
670 printk_once(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
672 printk_once(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
674 printk_once(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
676 printk_once(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
681 printk_once(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
[all …]

Completed in 5 milliseconds