Searched defs:_debug (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/netfs/ |
| H A D | internal.h | 474 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 489 #define _debug(FMT, ...) \ macro 498 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
| /linux/fs/afs/ |
| H A D | internal.h | 1853 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1872 #define _debug(FMT,...) \ macro 1881 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
| /linux/net/rxrpc/ |
| H A D | ar-internal.h | 1634 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1653 #define _debug(FMT,...) \ macro 1662 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
| /linux/drivers/platform/x86/ |
| H A D | sony-laptop.c | 647 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
|