Lines Matching refs:debug_entry_t

176 static debug_entry_t ***debug_areas_alloc(int pages_per_area, int nr_areas)  in debug_areas_alloc()
178 debug_entry_t ***areas; in debug_areas_alloc()
181 areas = kmalloc_array(nr_areas, sizeof(debug_entry_t **), GFP_KERNEL); in debug_areas_alloc()
187 sizeof(debug_entry_t *), in debug_areas_alloc()
249 rc->entry_size = sizeof(debug_entry_t) + buf_size; in debug_info_alloc()
422 debug_entry_t *act_entry; in debug_format_entry()
433 act_entry = (debug_entry_t *) ((char *)id_snap->areas[p_info->act_area] in debug_format_entry()
729 debug_entry_t ***new_areas; in debug_set_size()
817 static inline debug_entry_t *get_active_entry(debug_info_t *id) in get_active_entry()
819 return (debug_entry_t *) (((char *) id->areas[id->active_area] in get_active_entry()
829 static inline void debug_finish_entry(debug_info_t *id, debug_entry_t *active, in debug_finish_entry()
933 debug_entry_t *debug_event_common(debug_info_t *id, int level, const void *buf, in debug_event_common()
936 debug_entry_t *active; in debug_event_common()
966 debug_entry_t *debug_exception_common(debug_info_t *id, int level, in debug_exception_common()
969 debug_entry_t *active; in debug_exception_common()
1012 debug_entry_t *__debug_sprintf_event(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_event()
1015 debug_entry_t *active; in __debug_sprintf_event()
1047 debug_entry_t *__debug_sprintf_exception(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_exception()
1050 debug_entry_t *active; in __debug_sprintf_exception()
1404 int area, debug_entry_t *entry, char *out_buf) in debug_dflt_header_fn()