Searched defs:_debug (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/fs/netfs/ |
D | internal.h | 72 #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/ |
D | internal.h | 356 #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/ |
D | internal.h | 274 #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/ |
D | ar-internal.h | 1152 #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/ |
D | internal.h | 1650 #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/ |
D | v4l2-ioctl.c | 2696 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
|
/Linux-v5.15/drivers/platform/x86/ |
D | sony-laptop.c | 649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
|