Home
last modified time | relevance | path

Searched refs:active_entries (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/kernel/
H A Ddebug.c230 rc->active_entries = kzalloc_objs(int, nr_areas); in debug_info_alloc()
231 if (!rc->active_entries) in debug_info_alloc()
262 kfree(rc->active_entries); in debug_info_alloc()
295 kfree(db_info->active_entries); in debug_info_free()
354 rc->active_entries[i] = in->active_entries[i]; in debug_info_copy()
477 p_info->act_entry = snap_id->active_entries[snap_id->active_area]; in debug_to_act_entry()
517 id->active_entries[id->active_area] == p_info->act_entry) in debug_prev_entry()
884 id->active_entries = NULL; in debug_register_static()
899 copy->active_entries = NULL; in debug_register_static()
1014 if ((id->active_entries[id->active_area] += id->entry_size) in proceed_active_entry()
[all …]
/linux/arch/s390/include/asm/
H A Ddebug.h57 int *active_entries; member
437 static int VNAME(var, active_entries)[EARLY_AREAS] __initdata
452 .active_entries = VNAME(var, active_entries), \