Home
last modified time | relevance | path

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

/arch/s390/kernel/
Ddebug.c251 rc->active_entries = kcalloc(nr_areas, sizeof(int), GFP_KERNEL); in debug_info_alloc()
252 if(!rc->active_entries) in debug_info_alloc()
285 kfree(rc->active_entries); in debug_info_alloc()
322 kfree(db_info->active_entries); in debug_info_free()
783 memset(id->active_entries,0,sizeof(int)*id->nr_areas); in debug_set_size()
824 if ((id->active_entries[id->active_area] += id->entry_size) in proceed_active_entry()
826 id->active_entries[id->active_area] = 0; in proceed_active_entry()
854 id->active_entries[id->active_area]); in get_active_entry()
1349 memset(id->active_entries, 0, id->nr_areas * sizeof(int)); in debug_flush()
1357 id->active_entries[area] = 0; in debug_flush()
/arch/s390/include/asm/
Ddebug.h71 int *active_entries; member