Searched defs:_debug (Results 1 – 3 of 3) sorted by relevance
/fs/fscache/ |
D | internal.h | 363 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 378 #define _debug(FMT, ...) \ macro 387 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/fs/cachefiles/ |
D | internal.h | 286 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 301 #define _debug(FMT, ...) \ macro 310 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/fs/afs/ |
D | internal.h | 774 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 793 #define _debug(FMT,...) \ macro 802 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|