Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dinternal.h396 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
411 #define _debug(FMT, ...) \ macro
420 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux/fs/cachefiles/
H A Dinternal.h466 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
481 #define _debug(FMT, ...) \ macro
490 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux/net/rxrpc/
H A Dar-internal.h1330 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1349 #define _debug(FMT,...) \ macro
1358 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/linux/fs/afs/
H A Dinternal.h1732 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1751 #define _debug(FMT,...) \ macro
1760 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2864 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
/linux/drivers/platform/x86/
H A Dsony-laptop.c649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument