Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Ddebug.c253 rc->active_entries = kcalloc(nr_areas, sizeof(int), GFP_KERNEL); in debug_info_alloc()
254 if(!rc->active_entries) in debug_info_alloc()
287 kfree(rc->active_entries); in debug_info_alloc()
324 kfree(db_info->active_entries); in debug_info_free()
787 memset(id->active_entries,0,sizeof(int)*id->nr_areas); in debug_set_size()
828 if ((id->active_entries[id->active_area] += id->entry_size) in proceed_active_entry()
830 id->active_entries[id->active_area] = 0; in proceed_active_entry()
858 id->active_entries[id->active_area]); in get_active_entry()
1339 memset(id->active_entries, 0, id->nr_areas * sizeof(int)); in debug_flush()
1347 id->active_entries[area] = 0; in debug_flush()
/linux-4.4.14/arch/s390/include/asm/
Ddebug.h44 int *active_entries; member