Home
last modified time | relevance | path

Searched defs:_debug (Results 1 – 4 of 4) sorted by relevance

/linux/fs/netfs/
H A Dinternal.h474 #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 Dinternal.h1853 #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 Dar-internal.h1634 #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 Dsony-laptop.c647 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument