Home
last modified time | relevance | path

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

/Linux-v5.4/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;
52 int ddebug_add_module(struct _ddebug *tab, unsigned int n, argument