Home
last modified time | relevance | path

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

/linux-6.14.4/fs/netfs/
Dinternal.h411 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
426 #define _debug(FMT, ...) \ macro
435 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-6.14.4/fs/cachefiles/
Dinternal.h467 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro
482 #define _debug(FMT, ...) \ macro
491 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
/linux-6.14.4/net/rxrpc/
Dar-internal.h1524 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1543 #define _debug(FMT,...) \ macro
1552 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/linux-6.14.4/fs/afs/
Dinternal.h1807 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro
1826 #define _debug(FMT,...) \ macro
1835 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
/linux-6.14.4/drivers/media/v4l2-core/
Dv4l2-ioctl.c2867 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
/linux-6.14.4/drivers/platform/x86/
Dsony-laptop.c649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument