Home
last modified time | relevance | path

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

/Linux-v5.15/fs/netfs/
Dinternal.h72 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
87 #define _debug(FMT, ...) \ macro
96 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/Linux-v5.15/fs/fscache/
Dinternal.h356 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
371 #define _debug(FMT, ...) \ macro
380 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/Linux-v5.15/fs/cachefiles/
Dinternal.h274 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
289 #define _debug(FMT, ...) \ macro
298 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/Linux-v5.15/net/rxrpc/
Dar-internal.h1152 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1175 #define _debug(FMT,...) \ macro
1196 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/Linux-v5.15/fs/afs/
Dinternal.h1650 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1669 #define _debug(FMT,...) \ macro
1678 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/Linux-v5.15/drivers/media/v4l2-core/
Dv4l2-ioctl.c2696 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
/Linux-v5.15/drivers/platform/x86/
Dsony-laptop.c649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument