Home
last modified time | relevance | path

Searched defs:_ddebug (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Ddynamic_debug.h14 struct _ddebug { struct
19 const char *modname;
20 const char *function;
21 const char *filename;
22 const char *format;
23 unsigned int lineno:18;
53 int ddebug_add_module(struct _ddebug *tab, unsigned int n, argument
/kernel/linux/linux-6.6/include/linux/
Ddynamic_debug.h16 struct _ddebug { struct
21 const char *modname;
22 const char *function;
23 const char *filename;
24 const char *format;
25 unsigned int lineno:18;
27 unsigned int class_id:CLS_BITS;
52 unsigned int flags:8;
54 union {
57 } key;