Home
last modified time | relevance | path

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

/include/linux/
Ddynamic_debug.h13 struct _ddebug { struct
18 const char *modname;
19 const char *function;
20 const char *filename;
21 const char *format;
22 unsigned int lineno:18;
49 int ddebug_add_module(struct _ddebug *tab, unsigned int n, argument