Lines Matching defs:ddebug_table
45 struct ddebug_table {
61 struct ddebug_table *table;
152 struct ddebug_table *dt;
782 struct ddebug_table, link);
805 struct ddebug_table, link);
920 * Allocate a new ddebug_table for the given module
926 struct ddebug_table *dt;
937 * this struct ddebug_table.
991 static void ddebug_table_free(struct ddebug_table *dt)
999 * any ddebug_table's which point at the module.
1003 struct ddebug_table *dt, *nextdt;
1024 struct ddebug_table *dt = list_entry(ddebug_tables.next,
1025 struct ddebug_table,
1096 modct, entries, (int)(modct * sizeof(struct ddebug_table)),