Searched defs:_debug (Results 1 – 3 of 3) sorted by relevance
| /fs/netfs/ |
| A D | internal.h | 455 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 470 #define _debug(FMT, ...) \ macro 479 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
| /fs/cachefiles/ |
| A D | internal.h | 466 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 481 #define _debug(FMT, ...) \ macro 490 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
| /fs/afs/ |
| A D | internal.h | 1829 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1848 #define _debug(FMT,...) \ macro 1857 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
Completed in 16 milliseconds