Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fscache/
Dinternal.h387 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
402 #define _debug(FMT, ...) \ macro
411 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/net/rxrpc/
Dar-internal.h1129 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1152 #define _debug(FMT,...) \ macro
1173 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/kernel/linux/linux-5.10/fs/afs/
Dinternal.h1627 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1646 #define _debug(FMT,...) \ macro
1655 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-ioctl.c2758 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
/kernel/linux/linux-5.10/drivers/platform/x86/
Dsony-laptop.c649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument