Home
last modified time | relevance | path

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

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