Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dinternal.h455 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
470 #define _debug(FMT, ...) \ macro
479 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux/net/rxrpc/
H A Dar-internal.h1597 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1616 #define _debug(FMT,...) \ macro
1625 #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