Searched defs:_debug (Results 1 – 6 of 6) sorted by relevance
/linux-6.15/fs/netfs/ |
D | internal.h | 411 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 426 #define _debug(FMT, ...) \ macro 435 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux-6.15/fs/cachefiles/ |
D | internal.h | 467 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 482 #define _debug(FMT, ...) \ macro 491 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux-6.15/net/rxrpc/ |
D | ar-internal.h | 1525 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1544 #define _debug(FMT,...) \ macro 1553 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
/linux-6.15/fs/afs/ |
D | internal.h | 1809 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1828 #define _debug(FMT,...) \ macro 1837 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
/linux-6.15/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 2874 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
|
/linux-6.15/drivers/platform/x86/ |
D | sony-laptop.c | 649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
|