Searched defs:_debug (Results 1 – 6 of 6) sorted by relevance
/linux-6.8/fs/netfs/ |
D | internal.h | 350 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 365 #define _debug(FMT, ...) \ macro 374 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux-6.8/fs/cachefiles/ |
D | internal.h | 458 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 473 #define _debug(FMT, ...) \ macro 482 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux-6.8/net/rxrpc/ |
D | ar-internal.h | 1342 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1361 #define _debug(FMT,...) \ macro 1370 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
/linux-6.8/fs/afs/ |
D | internal.h | 1726 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1745 #define _debug(FMT,...) \ macro 1754 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
/linux-6.8/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 2795 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
|
/linux-6.8/drivers/platform/x86/ |
D | sony-laptop.c | 649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
|