Searched defs:DEBUGP (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/arch/mips/kernel/ |
D | signal-common.h | 17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro 19 # define DEBUGP(fmt, args...) macro
|
/linux-6.14.4/arch/hexagon/kernel/ |
D | module.c | 17 #define DEBUGP(fmt , ...) macro
|
/linux-6.14.4/arch/m68k/kernel/ |
D | module.c | 17 #define DEBUGP(fmt, ...) no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) macro
|
/linux-6.14.4/arch/alpha/kernel/ |
D | module.c | 17 #define DEBUGP(fmt...) macro
|
/linux-6.14.4/lib/ |
D | ts_bm.c | 47 #define DEBUGP(args, format...) macro
|
/linux-6.14.4/arch/x86/kernel/ |
D | module.c | 32 #define DEBUGP(fmt, ...) \ macro
|
/linux-6.14.4/arch/loongarch/kernel/ |
D | signal.c | 42 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro 44 # define DEBUGP(fmt, args...) macro
|
/linux-6.14.4/arch/s390/kernel/ |
D | module.c | 35 #define DEBUGP(fmt , ...) macro
|