Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fscache/
Dinternal.h391 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
406 #define _debug(FMT, ...) \ macro
415 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-4.19.296/fs/cachefiles/
Dinternal.h294 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
309 #define _debug(FMT, ...) \ macro
318 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-4.19.296/fs/afs/
Dinternal.h1139 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1158 #define _debug(FMT,...) \ macro
1167 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ioctl.c2554 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument