Searched refs:active_pages (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/s390/kernel/
H A Ddebug.c256 rc->active_pages = kcalloc(nr_areas, sizeof(int), GFP_KERNEL); debug_info_alloc()
257 if(!rc->active_pages) debug_info_alloc()
285 kfree(rc->active_pages); debug_info_alloc()
325 kfree(db_info->active_pages); debug_info_free()
788 memset(id->active_pages, 0, sizeof(int)*id->nr_areas); debug_set_size()
831 id->active_pages[id->active_area] = proceed_active_entry()
832 (id->active_pages[id->active_area] + 1) % proceed_active_entry()
857 [id->active_pages[id->active_area]]) + get_active_entry()
1341 id->active_pages[i] = 0; debug_flush()
1348 id->active_pages[area] = 0; debug_flush()
/linux-4.4.14/arch/s390/include/asm/
H A Ddebug.h43 int *active_pages; member in struct:debug_info

Completed in 179 milliseconds