Searched defs:_debug (Results 1 – 4 of 4) sorted by relevance
/linux/fs/netfs/ |
H A D | internal.h | 456 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 471 #define _debug(FMT, ...) \ macro 480 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux/net/rxrpc/ |
H A D | ar-internal.h | 1601 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1620 #define _debug(FMT,...) \ macro 1629 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
/linux/fs/afs/ |
H A D | internal.h | 1834 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1853 #define _debug(FMT,...) \ macro 1862 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
/linux/drivers/platform/x86/ |
H A D | sony-laptop.c | 648 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
|