Home
last modified time | relevance | path

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

/Linux-v5.4/fs/fscache/
Dinternal.h385 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
400 #define _debug(FMT, ...) \ macro
409 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/Linux-v5.4/fs/cachefiles/
Dinternal.h290 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
305 #define _debug(FMT, ...) \ macro
314 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/Linux-v5.4/net/rxrpc/
Dar-internal.h1176 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1199 #define _debug(FMT,...) \ macro
1220 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/Linux-v5.4/fs/afs/
Dinternal.h1451 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1470 #define _debug(FMT,...) \ macro
1479 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ioctl.c2651 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
/Linux-v5.4/drivers/platform/x86/
Dsony-laptop.c649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument