Searched defs:_debug (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/fscache/ |
D | internal.h | 391 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 406 #define _debug(FMT, ...) \ macro 415 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux-4.19.296/fs/cachefiles/ |
D | internal.h | 294 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 309 #define _debug(FMT, ...) \ macro 318 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux-4.19.296/fs/afs/ |
D | internal.h | 1139 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1158 #define _debug(FMT,...) \ macro 1167 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 2554 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
|