Searched defs:_debug (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/fs/fscache/ | 
| D | internal.h | 363 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__)  macro378 #define _debug(FMT, ...)			\  macro
 387 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)  macro
 
 | 
| /linux-4.4.14/fs/cachefiles/ | 
| D | internal.h | 286 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__)  macro301 #define _debug(FMT, ...)				\  macro
 310 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)  macro
 
 | 
| /linux-4.4.14/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.4.14/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.4.14/arch/mn10300/kernel/ | 
| D | mn10300-serial.c | 57 #define _debug(FMT, ...) \  macro
 | 
| /linux-4.4.14/drivers/media/v4l2-core/ | 
| D | v4l2-ioctl.c | 2403 #define IOCTL_INFO_STD(_ioctl, _vidioc, _debug, _flags)			\  argument2412 #define IOCTL_INFO_FNC(_ioctl, _func, _debug, _flags)			\  argument
 
 | 
| /linux-4.4.14/drivers/platform/x86/ | 
| D | sony-laptop.c | 663 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \  argument
 |