Searched defs:_debug (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/netfs/ |
A D | internal.h | 120 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 135 #define _debug(FMT, ...) \ macro 144 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux-6.3-rc2/fs/fscache/ |
A D | internal.h | 172 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 187 #define _debug(FMT, ...) \ macro 196 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | internal.h | 401 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 416 #define _debug(FMT, ...) \ macro 425 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux-6.3-rc2/net/rxrpc/ |
A D | ar-internal.h | 1312 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1331 #define _debug(FMT,...) \ macro 1340 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
/linux-6.3-rc2/fs/afs/ |
A D | internal.h | 1656 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1675 #define _debug(FMT,...) \ macro 1684 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A D | v4l2-ioctl.c | 2786 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
|
/linux-6.3-rc2/drivers/platform/x86/ |
A D | sony-laptop.c | 649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
|
Completed in 38 milliseconds