Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fscache/
Dinternal.h389 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
404 #define _debug(FMT, ...) \ macro
413 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/Linux-v4.19/fs/cachefiles/
Dinternal.h294 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
309 #define _debug(FMT, ...) \ macro
318 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/Linux-v4.19/fs/afs/
Dinternal.h1139 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1158 #define _debug(FMT,...) \ macro
1167 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/Linux-v4.19/net/rxrpc/
Dar-internal.h1156 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1179 #define _debug(FMT,...) \ macro
1200 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ioctl.c2549 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
/Linux-v4.19/drivers/platform/x86/
Dsony-laptop.c663 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument