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_array(nr_areas, sizeof(debug_entry_t **), GFP_KERNEL); in debug_areas_alloc()
190 sizeof(debug_entry_t *), in debug_areas_alloc()
252 rc->entry_size = sizeof(debug_entry_t) + buf_size; in debug_info_alloc()
390 debug_entry_t *act_entry; in debug_format_entry()
401 act_entry = (debug_entry_t *) ((char *)id_snap->areas[p_info->act_area] in debug_format_entry()
879 static inline debug_entry_t *get_active_entry(debug_info_t *id) in get_active_entry()
881 return (debug_entry_t *) (((char *) id->areas[id->active_area] in get_active_entry()
900 debug_entry_t *from, *to, *last; in debug_events_append()
927 static inline void debug_finish_entry(debug_info_t *id, debug_entry_t *active, in debug_finish_entry()
1021 debug_entry_t *debug_event_common(debug_info_t *id, int level, const void *buf, in debug_event_common()
1024 debug_entry_t *active; in debug_event_common()
1054 debug_entry_t *debug_exception_common(debug_info_t *id, int level, in debug_exception_common()
1057 debug_entry_t *active; in debug_exception_common()
1100 debug_entry_t *__debug_sprintf_event(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_event()
1103 debug_entry_t *active; in __debug_sprintf_event()
1135 debug_entry_t *__debug_sprintf_exception(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_exception()
1138 debug_entry_t *active; in __debug_sprintf_exception()
1493 int area, debug_entry_t *entry, char *out_buf) in debug_dflt_header_fn()