Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fscache/
Dinternal.h363 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
378 #define _debug(FMT, ...) \ macro
387 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-4.4.14/fs/cachefiles/
Dinternal.h286 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
301 #define _debug(FMT, ...) \ macro
310 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-4.4.14/fs/afs/
Dinternal.h772 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
791 #define _debug(FMT,...) \ macro
800 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/linux-4.4.14/net/rxrpc/
Dar-internal.h636 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
659 #define _debug(FMT,...) \ macro
680 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/linux-4.4.14/arch/mn10300/kernel/
Dmn10300-serial.c57 #define _debug(FMT, ...) \ macro
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ioctl.c2403 #define IOCTL_INFO_STD(_ioctl, _vidioc, _debug, _flags) \ argument
2412 #define IOCTL_INFO_FNC(_ioctl, _func, _debug, _flags) \ argument
/linux-4.4.14/drivers/platform/x86/
Dsony-laptop.c663 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument