Searched defs:_debug (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/netfs/
H A Dinternal.h350 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
365 #define _debug(FMT, ...) \ macro
374 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-master/fs/cachefiles/
H A Dinternal.h458 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
473 #define _debug(FMT, ...) \ macro
482 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-master/fs/afs/
H A Dinternal.h1726 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1745 #define _debug(FMT,...) \ macro
1754 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/linux-master/net/rxrpc/
H A Dar-internal.h1332 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1351 #define _debug(FMT,...) \ macro
1360 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro

Completed in 110 milliseconds