Lines Matching defs:ddebug_table
47 struct ddebug_table {
64 struct ddebug_table *table;
150 static struct ddebug_class_map *ddebug_find_valid_class(struct ddebug_table const *dt,
178 struct ddebug_table *dt;
1039 struct ddebug_table, link);
1061 struct ddebug_table, link);
1200 static void ddebug_attach_module_classes(struct ddebug_table *dt,
1227 * Allocate a new ddebug_table for the given module
1232 struct ddebug_table *dt;
1249 * this struct ddebug_table.
1309 static void ddebug_table_free(struct ddebug_table *dt)
1319 * any ddebug_table's which point at the module.
1323 struct ddebug_table *dt, *nextdt;
1371 struct ddebug_table *dt = list_entry(ddebug_tables.next,
1372 struct ddebug_table,
1463 i, mod_ct, (int)((mod_ct * sizeof(struct ddebug_table)) >> 10),