Searched defs:_debug (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/netfs/ |
| H A D | internal.h | 458 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 473 #define _debug(FMT, ...) \ macro 482 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
| /linux/fs/cachefiles/ |
| H A D | internal.h | 466 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 481 #define _debug(FMT, ...) \ macro 490 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
| /linux/fs/afs/ |
| H A D | internal.h | 1845 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1864 #define _debug(FMT,...) \ macro 1873 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
| /linux/net/rxrpc/ |
| H A D | ar-internal.h | 1608 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1627 #define _debug(FMT,...) \ macro 1636 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 2881 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
|
| /linux/drivers/platform/x86/ |
| H A D | sony-laptop.c | 648 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
|