Home
last modified time | relevance | path

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

/openbmc/linux/fs/netfs/
H A 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
/openbmc/linux/fs/fscache/
H A 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
/openbmc/linux/fs/cachefiles/
H A Dinternal.h451 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
466 #define _debug(FMT, ...) \ macro
475 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/openbmc/linux/net/rxrpc/
H A Dar-internal.h1338 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1357 #define _debug(FMT,...) \ macro
1366 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/openbmc/linux/fs/afs/
H A Dinternal.h1662 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1681 #define _debug(FMT,...) \ macro
1690 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2795 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
/openbmc/linux/drivers/platform/x86/
H A Dsony-laptop.c649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument