Lines Matching refs:debug_entry_t

178 static debug_entry_t ***debug_areas_alloc(int pages_per_area, int nr_areas)  in debug_areas_alloc()
180 debug_entry_t ***areas; in debug_areas_alloc()
183 areas = kmalloc_array(nr_areas, sizeof(debug_entry_t **), GFP_KERNEL); in debug_areas_alloc()
189 sizeof(debug_entry_t *), in debug_areas_alloc()
251 rc->entry_size = sizeof(debug_entry_t) + buf_size; in debug_info_alloc()
389 debug_entry_t *act_entry; in debug_format_entry()
400 act_entry = (debug_entry_t *) ((char *)id_snap->areas[p_info->act_area] in debug_format_entry()
878 static inline debug_entry_t *get_active_entry(debug_info_t *id) in get_active_entry()
880 return (debug_entry_t *) (((char *) id->areas[id->active_area] in get_active_entry()
899 debug_entry_t *from, *to, *last; in debug_events_append()
926 static inline void debug_finish_entry(debug_info_t *id, debug_entry_t *active, in debug_finish_entry()
1019 debug_entry_t *debug_event_common(debug_info_t *id, int level, const void *buf, in debug_event_common()
1022 debug_entry_t *active; in debug_event_common()
1052 debug_entry_t *debug_exception_common(debug_info_t *id, int level, in debug_exception_common()
1055 debug_entry_t *active; in debug_exception_common()
1098 debug_entry_t *__debug_sprintf_event(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_event()
1101 debug_entry_t *active; in __debug_sprintf_event()
1133 debug_entry_t *__debug_sprintf_exception(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_exception()
1136 debug_entry_t *active; in __debug_sprintf_exception()
1491 int area, debug_entry_t *entry, char *out_buf) in debug_dflt_header_fn()