Searched defs:_debug (Results  1 – 7 of 7) sorted by relevance
| /linux-4.1.27/fs/fscache/ | 
| D | internal.h | 359 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__)  macro374 #define _debug(FMT, ...)			\  macro
 383 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)  macro
 
 | 
| /linux-4.1.27/fs/cachefiles/ | 
| D | internal.h | 287 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__)  macro302 #define _debug(FMT, ...)				\  macro
 311 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)  macro
 
 | 
| /linux-4.1.27/fs/afs/ | 
| D | internal.h | 772 #define _debug(FMT,...)	kdebug(FMT,##__VA_ARGS__)  macro791 #define _debug(FMT,...)					\  macro
 800 #define _debug(FMT,...)	no_printk("    "FMT ,##__VA_ARGS__)  macro
 
 | 
| /linux-4.1.27/net/rxrpc/ | 
| D | ar-internal.h | 636 #define _debug(FMT,...)	kdebug(FMT,##__VA_ARGS__)  macro659 #define _debug(FMT,...)					\  macro
 680 #define _debug(FMT,...)	no_printk("    "FMT ,##__VA_ARGS__)  macro
 
 | 
| /linux-4.1.27/arch/mn10300/kernel/ | 
| D | mn10300-serial.c | 57 #define _debug(FMT, ...) \  macro
 | 
| /linux-4.1.27/drivers/media/v4l2-core/ | 
| D | v4l2-ioctl.c | 2172 #define IOCTL_INFO_STD(_ioctl, _vidioc, _debug, _flags)			\  argument2181 #define IOCTL_INFO_FNC(_ioctl, _func, _debug, _flags)			\  argument
 
 | 
| /linux-4.1.27/drivers/platform/x86/ | 
| D | sony-laptop.c | 662 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \  argument
 |