Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Ddebug.h57 int *active_entries; member
428 static int VNAME(var, active_entries)[EARLY_AREAS] __initdata
443 .active_entries = VNAME(var, active_entries), \
/openbmc/linux/arch/s390/kernel/
H A Ddebug.c232 if (!rc->active_entries) in debug_info_alloc()
263 kfree(rc->active_entries); in debug_info_alloc()
296 kfree(db_info->active_entries); in debug_info_free()
727 id->active_entries = NULL; in debug_register_static()
742 copy->active_entries = NULL; in debug_register_static()
857 if ((id->active_entries[id->active_area] += id->entry_size) in proceed_active_entry()
859 id->active_entries[id->active_area] = 0; in proceed_active_entry()
883 id->active_entries[id->active_area]); in get_active_entry()
894 swap(a->active_entries, b->active_entries); in debug_areas_swap()
1412 memset(id->active_entries, 0, id->nr_areas * sizeof(int)); in debug_flush()
[all …]