Searched defs:_debug (Results 1 – 7 of 7) sorted by relevance
/linux/fs/netfs/ |
A D | internal.h | 72 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 87 #define _debug(FMT, ...) \ macro 96 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux/fs/fscache/ |
A D | internal.h | 356 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 371 #define _debug(FMT, ...) \ macro 380 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux/fs/cachefiles/ |
A D | internal.h | 274 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 289 #define _debug(FMT, ...) \ macro 298 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/linux/net/rxrpc/ |
A D | ar-internal.h | 1152 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1175 #define _debug(FMT,...) \ macro 1196 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
/linux/fs/afs/ |
A D | internal.h | 1651 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1670 #define _debug(FMT,...) \ macro 1679 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-ioctl.c | 2719 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
|
/linux/drivers/platform/x86/ |
A D | sony-laptop.c | 649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
|
Completed in 33 milliseconds