Searched defs:_debug (Results 1 – 3 of 3) sorted by relevance
/fs/fscache/ |
D | internal.h | 387 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 402 #define _debug(FMT, ...) \ macro 411 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/fs/cachefiles/ |
D | internal.h | 290 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 305 #define _debug(FMT, ...) \ macro 314 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/fs/afs/ |
D | internal.h | 1458 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1477 #define _debug(FMT,...) \ macro 1486 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|