Searched defs:_debug (Results 1 – 3 of 3) sorted by relevance
/fs/fscache/ |
D | internal.h | 333 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 348 #define _debug(FMT, ...) \ macro 357 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/fs/cachefiles/ |
D | internal.h | 278 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 293 #define _debug(FMT, ...) \ macro 302 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/fs/afs/ |
D | internal.h | 773 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 792 #define _debug(FMT,...) \ macro 801 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|