Searched defs:DEBUGP (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/mips/kernel/ |
| H A D | signal-common.h | 17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro 19 # define DEBUGP(fmt, args...) macro
|
| /linux/arch/hexagon/kernel/ |
| H A D | module.c | 17 #define DEBUGP(fmt , ...) macro
|
| /linux/arch/m68k/kernel/ |
| H A D | module.c | 17 #define DEBUGP(fmt, ...) no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) macro
|
| /linux/arch/alpha/kernel/ |
| H A D | module.c | 17 #define DEBUGP(fmt...) macro
|
| /linux/arch/loongarch/kernel/ |
| H A D | signal.c | 43 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro 45 # define DEBUGP(fmt, args...) macro
|