Home
last modified time | relevance | path

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

/linux-6.1.9/fs/netfs/ !
Dinternal.h120 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
135 #define _debug(FMT, ...) \ macro
144 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-6.1.9/fs/fscache/ !
Dinternal.h172 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
187 #define _debug(FMT, ...) \ macro
196 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-6.1.9/fs/cachefiles/ !
Dinternal.h401 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
416 #define _debug(FMT, ...) \ macro
425 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-6.1.9/net/rxrpc/ !
Dar-internal.h1146 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1169 #define _debug(FMT,...) \ macro
1190 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/linux-6.1.9/fs/afs/ !
Dinternal.h1663 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1682 #define _debug(FMT,...) \ macro
1691 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/linux-6.1.9/drivers/media/v4l2-core/ !
Dv4l2-ioctl.c2782 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
/linux-6.1.9/drivers/platform/x86/ !
Dsony-laptop.c649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument