Lines Matching refs:debug_entry_t

179 static debug_entry_t ***debug_areas_alloc(int pages_per_area, int nr_areas)  in debug_areas_alloc()
181 debug_entry_t ***areas; in debug_areas_alloc()
184 areas = kmalloc_objs(debug_entry_t **, nr_areas); in debug_areas_alloc()
189 areas[i] = kmalloc_objs(debug_entry_t *, pages_per_area, in debug_areas_alloc()
251 rc->entry_size = sizeof(debug_entry_t) + buf_size; in debug_info_alloc()
392 debug_entry_t *act_entry; in debug_format_entry()
405 act_entry = (debug_entry_t *) ((char *)id_snap->areas[p_info->act_area] in debug_format_entry()
1036 static inline debug_entry_t *get_active_entry(debug_info_t *id) in get_active_entry()
1038 return (debug_entry_t *) (((char *) id->areas[id->active_area] in get_active_entry()
1057 debug_entry_t *from, *to, *last; in debug_events_append()
1084 static inline void debug_finish_entry(debug_info_t *id, debug_entry_t *active, in debug_finish_entry()
1177 debug_entry_t *debug_event_common(debug_info_t *id, int level, const void *buf, in debug_event_common()
1180 debug_entry_t *active; in debug_event_common()
1210 debug_entry_t *debug_exception_common(debug_info_t *id, int level, in debug_exception_common()
1213 debug_entry_t *active; in debug_exception_common()
1256 debug_entry_t *__debug_sprintf_event(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_event()
1259 debug_entry_t *active; in __debug_sprintf_event()
1291 debug_entry_t *__debug_sprintf_exception(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_exception()
1294 debug_entry_t *active; in __debug_sprintf_exception()
1645 int area, debug_entry_t *entry, char *out_buf, in debug_dflt_header_fn()